The surfMesh GeoMesh for point fields. More...
#include <surfPointGeoMesh.H>


Public Member Functions | |
| surfPointGeoMesh (const surfMesh &mesh) | |
| Construct from surfMesh reference. | |
| label | size () const |
| The geometric (internal) size - number of points. | |
| Public Member Functions inherited from GeoMesh< surfMesh > | |
| GeoMesh (const surfMesh &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 surfMesh & | operator() () const |
| Return reference to the underlying mesh. | |
Static Public Member Functions | |
| static label | size (const surfMesh &mesh) |
| The geometric (internal) size - number of points. | |
| static label | boundary_size (const surfMesh &mesh) noexcept |
| The geometric boundary size - not used. | |
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. | |
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.
References GeoMesh< surfMesh >::GeoMesh(), and mesh.

|
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.
References mesh.
|
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_, and size().
Referenced by size().

