111#ifndef patchEdgeSet_H
112#define patchEdgeSet_H
137 const autoPtr<searchableSurface> surfPtr_;
151 DynamicList<point>& samplingPts,
152 DynamicList<label>& samplingCells,
153 DynamicList<label>& samplingFaces,
154 DynamicList<label>& samplingSegments,
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.
Like Foam::uniformSet but samples patch edges.
virtual ~patchEdgeSet()=default
Destructor.
TypeName("patchEdge")
Runtime type information.
patchEdgeSet(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const dictionary &dict)
Construct from dictionary.
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
Base class of (analytical or triangulated) surface. Encapsulates all the search routines....
A class for handling words, derived from Foam::string.
HashSet< label, Hash< label > > labelHashSet
A HashSet of labels, uses label hasher.
vector point
Point is a vector.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.