Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc. More...

Public Types | |
| typedef MESH | Mesh |
| Mesh type. More... | |
| typedef MESH::BoundaryMesh | BoundaryMesh |
| Boundary mesh type. More... | |
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 MESH. More... | |
Protected Attributes | |
| const MESH & | mesh_ |
| Reference to Mesh. More... | |
Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc.
| typedef MESH::BoundaryMesh BoundaryMesh |
|
inlineexplicit |
|
inline |
Return the object registry.
Definition at line 80 of file GeoMesh.H.
References GeoMesh< MESH >::mesh_.
Referenced by pointMesh::thisDb().

|
inline |
Return reference to MESH.
Definition at line 89 of file GeoMesh.H.
References GeoMesh< MESH >::mesh_.
|
protected |
Reference to Mesh.
Definition at line 54 of file GeoMesh.H.
Referenced by GeoMesh< MESH >::operator()(), and GeoMesh< MESH >::thisDb().