Loading...
Searching...
No Matches
79template <
typename MeshT >
81int boundaryCount(
MeshT* _mesh );
88template <
typename MeshT >
90int componentCount(
MeshT* _mesh );
98template <
typename MeshT >
100void getBoundingBox(
MeshT* _mesh,
101 typename MeshT::Point& _min ,
102 typename MeshT::Point& _max);
108template <
typename MeshT >
111cog (
const MeshT* _mesh );
116#if defined(INCLUDE_TEMPLATES) && !defined(MESHINFOT_C)
117#define MESHINFOT_TEMPLATES
118#include "MeshInfoT_impl.hh"