The triSurface GeoMesh (for holding face fields). More...
Public Member Functions | |
triSurfaceGeoMesh (const triSurface &mesh) | |
Construct from triSurface reference. More... | |
label | size () const |
Return size. Numer of faces. More... | |
![]() | |
GeoMesh (const triSurface &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 triSurface & | operator() () const |
Return reference to the underlying mesh. More... | |
Static Public Member Functions | |
static label | size (const Mesh &mesh) |
Return size. Numer of faces. More... | |
Additional Inherited Members | |
![]() | |
typedef triSurface | Mesh |
typedef MESH::BoundaryMesh | BoundaryMesh |
![]() | |
const triSurface & | mesh_ |
Reference to Mesh. More... | |
The triSurface GeoMesh (for holding face fields).
The triSurface point GeoMesh (for holding point fields).
Definition at line 47 of file triSurfaceGeoMesh.H.
|
inlineexplicit |
Construct from triSurface reference.
Definition at line 56 of file triSurfaceGeoMesh.H.
|
inlinestatic |
Return size. Numer of faces.
Definition at line 65 of file triSurfaceGeoMesh.H.
References mesh, and HashTable< T, Key, Hash >::size().
|
inline |
Return size. Numer of faces.
Definition at line 71 of file triSurfaceGeoMesh.H.
References GeoMesh< triSurface >::mesh_, and triSurfaceGeoMesh::size().
Referenced by triSurfaceGeoMesh::size().