Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc. More...
#include <OpenFOAM/GeoMesh.H>
Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc.
Definition at line 47 of file GeoMesh.H.
Inheritance diagram for GeoMesh< MESH >:
Collaboration diagram for GeoMesh< MESH >:Public Types | |
| typedef MESH | Mesh |
| typedef MESH::BoundaryMesh | BoundaryMesh |
Public Member Functions | |
| GeoMesh (const MESH &mesh) | |
| Construct from MESH.
| |
| const objectRegistry & | thisDb () const |
| Return the object registry.
| |
| const MESH & | operator() () const |
| Return reference to polyMesh.
| |
Protected Attributes | |
| const MESH & | mesh_ |
| Reference to Mesh.
| |
| typedef MESH::BoundaryMesh BoundaryMesh |
| GeoMesh | ( | const MESH & | mesh ) | [inline, explicit]
|
| const objectRegistry& thisDb | ( | ) | const [inline]
|
Return the object registry.
Reimplemented in pointMesh.
Definition at line 78 of file GeoMesh.H.
Referenced by pointMesh::thisDb().
| const MESH& operator() | ( | ) | const [inline]
|
const MESH& mesh_ [protected]
|
Reference to Mesh.
Definition at line 55 of file GeoMesh.H.
Referenced by GeoMesh< surfMesh >::operator()(), and GeoMesh< surfMesh >::thisDb().