38#ifndef Foam_faceBoolSet_H
39#define Foam_faceBoolSet_H
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
faceBoolSet(const polyMesh &mesh)
Construct with nFaces elements, all elements unset.
TypeNameNoDebug("faceBoolSet")
Runtime type information.
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.
virtual void sync(const polyMesh &mesh)
Sync faceBoolSet across coupled patches.
virtual void updateMesh(const mapPolyMesh &morphMap)
Update any stored data for new labels.
virtual ~faceBoolSet()=default
Destructor.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Mesh consisting of general polyhedral cells.
Cell-face mesh analysis engine.
topoBoolSet(const polyMesh &mesh, const word &setName)
Construct (no-read) with empty selection.
OBJstream os(runTime.globalPath()/outputName)
List< bool > boolList
A List of bools.
#define TypeNameNoDebug(TypeNameString)
Declare a ClassNameNoDebug() with extra virtual type info.