The polySurface GeoMesh for face fields. More...
#include <polySurfaceGeoMesh.H>


Public Member Functions | |
| polySurfaceGeoMesh (const polySurface &mesh) | |
| Construct from polySurface reference. | |
| label | size () const |
| The geometric (internal) size - number of faces. | |
| Public Member Functions inherited from GeoMesh< polySurface > | |
| GeoMesh (const polySurface &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 polySurface & | operator() () const |
| Return reference to the underlying mesh. | |
Static Public Member Functions | |
| static label | size (const polySurface &mesh) |
| The geometric (internal) size - number of faces. | |
| static label | boundary_size (const polySurface &mesh) noexcept |
| The geometric boundary size - not used. | |
Additional Inherited Members | |
| Public Types inherited from GeoMesh< polySurface > | |
| typedef polySurface | Mesh |
| typedef polySurface::BoundaryMesh | BoundaryMesh |
| Protected Attributes inherited from GeoMesh< polySurface > | |
| const polySurface & | mesh_ |
| Reference to Mesh. | |
|
inlineexplicit |
Construct from polySurface reference.
Definition at line 53 of file polySurfaceGeoMesh.H.
References GeoMesh< polySurface >::GeoMesh(), and mesh.

|
inlinestatic |
The geometric (internal) size - number of faces.
Method name expected by GeoMesh interface
Definition at line 66 of file polySurfaceGeoMesh.H.
References mesh.
|
inlinestaticnoexcept |
The geometric boundary size - not used.
Method name expected by GeoMesh interface
Definition at line 76 of file polySurfaceGeoMesh.H.
References mesh.
|
inline |
The geometric (internal) size - number of faces.
Method name expected by GeoMesh interface
Definition at line 89 of file polySurfaceGeoMesh.H.
References GeoMesh< polySurface >::mesh_, and size().
Referenced by size().

