Go to the documentation of this file.
47 #ifndef patchCloudSet_H
48 #define patchCloudSet_H
76 const scalar searchDist_;
84 DynamicList<point>& samplingPts,
85 DynamicList<label>& samplingCells,
86 DynamicList<label>& samplingFaces,
87 DynamicList<label>& samplingSegments,
112 const scalar searchDist
Holds list of sampling points which is filled at construction time. Various implementations of this b...
vectorField pointField
pointField is a vectorField.
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
A HashTable with keys but without contents that is similar to std::unordered_set.
Mesh consisting of general polyhedral cells.
patchCloudSet(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const word &axis, const List< point > &sampleCoords, const labelHashSet &patchSet, const scalar searchDist)
Generic templated field type.
virtual ~patchCloudSet()=default
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...
Like Foam::cloudSet but samples nearest patch face.
HashSet< label, Hash< label > > labelHashSet
A HashSet with label keys and label hasher.