Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc. More...
#include <GeoMesh.H>

Public Types | |
| typedef MESH | Mesh |
| typedef MESH::BoundaryMesh | BoundaryMesh |
Public Member Functions | |
| GeoMesh (const MESH &mesh) | |
| Construct from mesh reference. | |
| bool | hasDb () const |
| Return true if thisDb() is a valid DB - here = false. | |
| const objectRegistry & | thisDb () const |
| Return the object registry. | |
| const MESH & | operator() () const |
| Return reference to the underlying mesh. | |
Protected Attributes | |
| const MESH & | mesh_ |
| Reference to Mesh. | |
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 |
|
inline |
|
protected |
Reference to Mesh.
Definition at line 54 of file GeoMesh.H.
Referenced by pointMesh::boundaryMesh(), GeoMesh(), pointMesh::globalData(), pointMesh::hasGlobalData(), pointMesh::movePoints(), operator()(), thisDb(), pointMesh::thisDb(), and pointMesh::time().