The surfMesh GeoMesh for point fields. More...


Public Member Functions | |
| surfPointGeoMesh (const surfMesh &mesh) | |
| Construct from surfMesh reference. More... | |
| label | size () const |
| The geometric (internal) size - number of points. More... | |
Public Member Functions inherited from GeoMesh< surfMesh > | |
| GeoMesh (const surfMesh &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 surfMesh & | operator() () const |
| Return reference to the underlying mesh. More... | |
Static Public Member Functions | |
| static label | size (const surfMesh &mesh) |
| The geometric (internal) size - number of points. More... | |
| static label | boundary_size (const surfMesh &mesh) noexcept |
| The geometric boundary size - not used. More... | |
Additional Inherited Members | |
Public Types inherited from GeoMesh< surfMesh > | |
| typedef surfMesh | Mesh |
| typedef surfMesh ::BoundaryMesh | BoundaryMesh |
Protected Attributes inherited from GeoMesh< surfMesh > | |
| const surfMesh & | mesh_ |
| Reference to Mesh. More... | |
The surfMesh GeoMesh for point fields.
Similar to surfGeoMesh, but refers to the surface points.
Definition at line 45 of file surfPointGeoMesh.H.
|
inlineexplicit |
Construct from surfMesh reference.
Definition at line 56 of file surfPointGeoMesh.H.
|
inlinestatic |
The geometric (internal) size - number of points.
Method name expected by GeoMesh interface
Definition at line 69 of file surfPointGeoMesh.H.
References mesh.
|
inlinestaticnoexcept |
The geometric boundary size - not used.
Method name expected by GeoMesh interface
Definition at line 79 of file surfPointGeoMesh.H.
|
inline |
The geometric (internal) size - number of points.
Method name expected by GeoMesh interface
Definition at line 92 of file surfPointGeoMesh.H.
References GeoMesh< surfMesh >::mesh_.