Go to the documentation of this file.
35 #ifndef triSurfaceMeshPointSet_H
36 #define triSurfaceMeshPointSet_H
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 string.
Various (local, not parallel) searches on polyMesh; uses (demand driven) octree to search.
virtual ~triSurfaceMeshPointSet()
Destructor.
void calcSamples(DynamicList< point > &samplingPts, DynamicList< label > &samplingCells, DynamicList< label > &samplingFaces, DynamicList< label > &samplingSegments, DynamicList< scalar > &samplingCurveDist) const
Samples all points in sampleCoords.
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects.
const meshSearch & searchEngine() const
triSurfaceMeshPointSet(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const dictionary &dict)
Construct from dictionary.
Mesh consisting of general polyhedral cells.
const word surface_
Name of triSurfaceMesh.
virtual point getRefPoint(const List< point > &) const
Get reference point.
List< point > sampleCoords_
Sampling points.
TypeName("triSurfaceMeshPointSet")
Runtime type information.
void genSamples()
Uses calcSamples to obtain samples. Copies them into *this.
sampleSet from all points of a triSurfaceMesh.
A list of keyword definitions, which are a keyword followed by any number of values (e....
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...