38 static word allName_(
"all");
46 return cellZone_.cZone().name();
55 return mesh_.cellZones().all();
59 return cellZone_.cZone();
68 return mesh_.nCells();
72 return cellZone_.cZone().size();
85 return cellZone_.cZone()[i];
Named list of cell indices representing a sub-set of the mesh.
const cellZone & zone() const
Return const access to the cell set.
label celli(const label i) const
Return the cell index corresponding to the cell set index.
bool all() const
Return true if the set comprises all the cells.
label nCells() const
Return the number of cells in the set.
const word & name() const
Return const access to the name of cellZone.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.