92 const List<point> points_;
95 const Switch ordered_;
101 void calcSamplesUnordered
103 DynamicList<point>& samplingPositions,
110 void calcSamplesOrdered
Various (local, not parallel) searches on polyMesh; uses (demand driven) octree to search...
const polyMesh & mesh() const
Access the mesh.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~points()
Destructor.
TypeName("points")
Runtime type information.
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects...
Specified point samples. Optionally ordered into a continuous path. Ordering is an optimisation; it e...
A class for handling words, derived from string.
static void calcSamples(const polyMesh &mesh, const meshSearch &searchEngine, const pointField &points, DynamicList< point > &samplingPositons, DynamicList< scalar > &samplingDistances, DynamicList< label > &samplingSegments, DynamicList< label > &samplingCells, DynamicList< label > &samplingFaces)
Calculate all the sampling points.
const word & name() const
Access the name.
points(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const dictionary &dict)
Construct from dictionary.
const meshSearch & searchEngine() const
Access the search engine.
Mesh consisting of general polyhedral cells.