74 const label maxPoints_;
77 autoPtr<Random> rndGenPtr_;
88 const label nAvailable,
89 const label nPatchPoints,
98 void calcSelectedLocations
100 const label nAvailable,
101 const label nPatchPoints,
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const word & name() const noexcept
The coord-set name.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Various (local, not parallel) searches on polyMesh; uses (demand driven) octree to search.
Initialises points on or just off patch.
patchSeedSet(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const dictionary &dict)
Construct from dictionary.
virtual ~patchSeedSet()=default
Destructor.
TypeName("patchSeed")
Runtime type information.
Mesh consisting of general polyhedral cells.
Holds list of sampling points which is filled at construction time. Various implementations of this b...
const meshSearch & searchEngine() const noexcept
sampledSet(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const coordSet::coordFormat axisType)
Construct from components.
const polyMesh & mesh() const noexcept
A class for handling words, derived from Foam::string.
HashSet< label, Hash< label > > labelHashSet
A HashSet of labels, uses label hasher.
vectorField pointField
pointField is a vectorField.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.