Go to the documentation of this file.
111 #ifndef patchEdgeSet_H
112 #define patchEdgeSet_H
124 class searchableSurface;
137 const autoPtr<searchableSurface> surfPtr_;
151 DynamicList<point>& samplingPts,
152 DynamicList<label>& samplingCells,
153 DynamicList<label>& samplingFaces,
154 DynamicList<label>& samplingSegments,
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 Foam::string.
Various (local, not parallel) searches on polyMesh; uses (demand driven) octree to search.
Like Foam::uniformSet but samples patch edges.
const meshSearch & searchEngine() const
A HashTable with keys but without contents that is similar to std::unordered_set.
Mesh consisting of general polyhedral cells.
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.
const polyMesh & mesh() const
virtual ~patchEdgeSet()=default
patchEdgeSet(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const dictionary &dict)
vector point
Point is a vector.
HashSet< label, Hash< label > > labelHashSet
A HashSet with label keys and label hasher.