Go to the documentation of this file.
35 #ifndef polyMeshGenPoints_H
36 #define polyMeshGenPoints_H
40 # ifdef ExtendSpecific
115 template<
class ListType>
117 template<
class ListType>
polyMeshGenPoints(const polyMeshGenPoints &)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from string.
void removePointSubset(const label)
const pointFieldPMG & points() const
access to points
label pointSubsetIndex(const word &) const
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
void pointSubsetIndices(DynList< label > &) const
void removePointFromSubset(const label, const label)
std::map< label, meshSubset > pointSubsets_
map of point subsets
void updatePointSubsets(const ListType &)
void addPointToSubset(const label, const label)
const Time & returnTime() const
access to Time
void pointsInSubset(const label, ListType &) const
word pointSubsetName(const label) const
void pointInSubsets(const label, DynList< label > &) const
const Time & runTime_
reference to the Time registry
pointFieldPMG points_
list of vertices
label addPointSubset(const word &)
point subsets
void operator=(const polyMeshGenPoints &)
void appendVertex(const point &p)
append a vertex to the end of the list