9#include <kernel/geometry/index_calculator.hpp> 
   19      typedef IndexTree< Shape::Hypercube<2> > QuadIndexTree;
 
   20      typedef IndexTree< Shape::Hypercube<1> > HEdgeIndexTree;
 
   21      typedef IndexTree< Shape::Simplex<2> > TriaIndexTree;
 
   22      typedef IndexTree< Shape::Simplex<1> > SEdgeIndexTree;
 
   30      void validate_hypercube_edge_index_set(
const HEdgeIndexTree& tree);
 
   38      void validate_hypercube_quad_index_set(
const QuadIndexTree& tree);
 
   46      void validate_simplex_edge_index_set(
const SEdgeIndexTree& tree);
 
   55      void validate_simplex_triangle_index_set(
const TriaIndexTree& tree);