Go to the documentation of this file.
35 #ifndef triSurfPoints_H
36 #define triSurfPoints_H
97 template<
class ListType>
99 template<
class ListType>
void pointsInSubset(const label, ListType &) const
word pointSubsetName(const label) const
A class for handling words, derived from string.
void pointInSubsets(const label, DynList< label > &) const
triSurfPoints()
Null constructor.
const pointField & points() const
access to points
void updatePointSubsets(const ListType &)
A HashTable to objects of type <T> with a label key.
label addPointSubset(const word &)
point subsets
void appendVertex(const point &p)
append a vertex to the end of the list
label nPoints() const
return the number of points
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void operator=(const triSurfPoints &)
Pre-declare SubField and related Field type.
void addPointToSubset(const label, const label)
void removePointFromSubset(const label, const label)
void removePointSubset(const label)
Map< meshSubset > pointSubsets_
map of point subsets
void pointSubsetIndices(DynList< label > &) const
label pointSubsetIndex(const word &) const
pointField points_
list of vertices