85 template <
typename MeshT >
87 int boundaryCount(MeshT* _mesh );
94 template <
typename MeshT >
96 int componentCount(MeshT* _mesh );
104 template <
typename MeshT >
106 void getBoundingBox( MeshT* _mesh,
107 typename MeshT::Point& _min ,
108 typename MeshT::Point& _max);
114 template <
typename MeshT >
116 typename MeshT::Point
117 cog (
const MeshT* _mesh );
122 #if defined(INCLUDE_TEMPLATES) && !defined(MESHINFOT_C)
123 #define MESHINFOT_TEMPLATES
124 #include "MeshInfoT.cc"
127 #endif // MESHINFOT_HH defined