#include <triSurfacePointGeoMesh.H>


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

|
inlinestatic |
The geometric (internal) size - number of points.
Method name expected by GeoMesh interface
Definition at line 65 of file triSurfacePointGeoMesh.H.
References mesh.
|
inlinestaticnoexcept |
The geometric boundary size - not applicable.
Method name expected by GeoMesh interface
Definition at line 75 of file triSurfacePointGeoMesh.H.
References mesh.
|
inline |
The geometric (internal) size - number of points.
Method name expected by GeoMesh interface
Definition at line 88 of file triSurfacePointGeoMesh.H.
References GeoMesh< triSurface >::mesh_, and size().
Referenced by size().

