Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc. More...
Public Types | |
typedef MESH | Mesh |
typedef MESH::BoundaryMesh | BoundaryMesh |
Public Member Functions | |
GeoMesh (const MESH &mesh) | |
Construct from MESH. More... | |
const objectRegistry & | thisDb () const |
Return the object registry. More... | |
const MESH & | operator() () const |
Return reference to polyMesh. More... | |
Protected Attributes | |
const MESH & | mesh_ |
Reference to Mesh. More... | |
Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc.
typedef MESH::BoundaryMesh BoundaryMesh |
|
inlineexplicit |
Construct from MESH.
Definition at line 68 of file GeoMesh.H.
Referenced by pointMesh::size().
|
inline |
Return the object registry.
Definition at line 77 of file GeoMesh.H.
Referenced by pointMesh::thisDb().
|
inline |
|
protected |
Reference to Mesh.
Definition at line 54 of file GeoMesh.H.
Referenced by GeoMesh< surfMesh >::operator()(), and GeoMesh< surfMesh >::thisDb().