81 return mesh.nPoints();
93 bitSet& labels = selected_;
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A bitSet stores bits (elements with only two states) in packed internal format and supports a variety...
void assign(const UList< bool > &bools)
Copy assign all entries from a list of bools.
List< bool > values() const
Return the bitset values as a boolList.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
void distributePointData(List< T > &values) const
Distribute list of point data.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
const labelList & reversePointMap() const noexcept
Reverse point map.
A special purpose topoSet with the point labels stored as a bitSet. It does not correspond to a point...
virtual void distribute(const mapDistributePolyMesh &map)
Update any stored data for mesh redistribution.
virtual void writeDebug(Ostream &os, const primitiveMesh &mesh, const label maxLen) const
Write maxLen items with label and coordinates.
virtual label maxSize(const polyMesh &mesh) const
Return max index+1.
pointBitSet(const polyMesh &mesh, const bool val)
Construct with nPoints elements, all elements unset or initial value.
virtual void sync(const polyMesh &mesh)
Sync pointBitSet across coupled patches.
virtual void updateMesh(const mapPolyMesh &morphMap)
Update any stored data for new labels.
Mesh consisting of general polyhedral cells.
Cell-face mesh analysis engine.
topoBitSet(const polyMesh &mesh, const word &setName)
Construct (no-read) with empty selection.
virtual void updateLabels(const labelUList &map)
Update map from map.
label writeDebug(Ostream &os, const label maxElem, labelHashSet::const_iterator &iter) const
Write part of contents nicely formatted.
#define defineTypeName(Type)
Define the typeName.
OBJstream os(runTime.globalPath()/outputName)
List< bool > boolList
A List of bools.