The polySurface GeoMesh (for holding point fields). More...
Public Member Functions | |
polySurfacePointGeoMesh (const polySurface &mesh) | |
Construct from polySurface reference. More... | |
label | size () const |
Return size. Number of points. More... | |
![]() | |
GeoMesh (const polySurface &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 polySurface & | operator() () const |
Return reference to the underlying mesh. More... | |
Static Public Member Functions | |
static label | size (const Mesh &mesh) |
Return size. Number of points. More... | |
Additional Inherited Members | |
![]() | |
typedef polySurface | Mesh |
typedef polySurface ::BoundaryMesh | BoundaryMesh |
![]() | |
const polySurface & | mesh_ |
Reference to Mesh. More... | |
The polySurface GeoMesh (for holding point fields).
Definition at line 48 of file polySurfacePointGeoMesh.H.
|
inlineexplicit |
Construct from polySurface reference.
Definition at line 57 of file polySurfacePointGeoMesh.H.
|
inlinestatic |
Return size. Number of points.
Definition at line 66 of file polySurfacePointGeoMesh.H.
References mesh.
|
inline |
Return size. Number of points.
Definition at line 72 of file polySurfacePointGeoMesh.H.
References GeoMesh< polySurface >::mesh_.