Go to the documentation of this file.
47 #ifndef patchSeedSet_H
48 #define patchSeedSet_H
74 const label maxPoints_;
77 autoPtr<Random> rndGenPtr_;
88 DynamicList<point>& samplingPts,
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.
Initialises points on or just off patch.
const meshSearch & searchEngine() const
patchSeedSet(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const dictionary &dict)
A HashTable with keys but without contents that is similar to std::unordered_set.
Mesh consisting of general polyhedral cells.
Generic templated field type.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual ~patchSeedSet()=default
const polyMesh & mesh() const
HashSet< label, Hash< label > > labelHashSet
A HashSet with label keys and label hasher.