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 reference. More... | |
| bool | hasDb () const |
| Return true if thisDb() is a valid DB - here = false. More... | |
| const objectRegistry & | thisDb () const |
| Return the object registry. More... | |
| const MESH & | operator() () const |
| Return reference to the underlying mesh. More... | |
Protected Attributes | |
| const MESH & | mesh_ |
| Reference to Mesh. More... | |
Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc.
Derived classes are typically expected to implement the static methods size() and boundary_size().
| typedef MESH::BoundaryMesh BoundaryMesh |
|
inlineexplicit |
|
inline |
|
inline |
Return the object registry.
Definition at line 89 of file GeoMesh.H.
Referenced by pointMesh::thisDb(), and areaWrite::write().

|
inline |
|
protected |
Reference to Mesh.
Definition at line 54 of file GeoMesh.H.
Referenced by GeoMesh< polySurface >::operator()(), and GeoMesh< polySurface >::thisDb().