Go to the documentation of this file.
45 #ifndef triSurfaceMeshPointSet_H
46 #define triSurfaceMeshPointSet_H
59 class triSurfaceMeshPointSet
66 const word surfaceName_;
69 List<point> sampleCoords_;
Holds list of sampling points which is filled at construction time. Various implementations of this b...
const word & name() const
A class for handling words, derived from Foam::string.
Various (local, not parallel) searches on polyMesh; uses (demand driven) octree to search.
const meshSearch & searchEngine() const
triSurfaceMeshPointSet(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const dictionary &dict)
virtual ~triSurfaceMeshPointSet()=default
virtual point getRefPoint(const List< point > &pts) const
Mesh consisting of general polyhedral cells.
TypeName("triSurfaceMeshPointSet")
A sampleSet from all points of a triSurfaceMesh.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const polyMesh & mesh() const
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...