47 return selectionMode_;
113 return (nCells_ + nAddCells_);
119 return (nPoints_ + nAddPoints_);
label nFacesPoly() const noexcept
Number of (non-unique) faces used by polyhedral cells.
label nVertLabels() const noexcept
Number of vertex labels for the mesh.
label nAddVerts() const noexcept
Number of additional (decomposed) vertices for the mesh.
bool decompose() const noexcept
Query the decompose flag (normally off)
label nVertPoly() const noexcept
Number of vertex labels for polyhedral cells of the mesh.
label nFaceLabels() const noexcept
Number of polyhedral face labels for the mesh, without any prefixing information. ...
label nFieldPoints() const noexcept
Number of field points = nPoints + nAddPoints.
label nAddPoints() const noexcept
Number of additional (decomposed) points for the mesh.
selectionModeType
How the mesh cells have been selected or defined.
label nCells() const noexcept
Number of cells for the mesh.
bool manifold() const noexcept
Manifold mesh cells detected? Globally consistent quantity.
label nFieldCells() const noexcept
Number of field cells = nCells + nAddCells.
label nPoints() const noexcept
Number of points for the mesh.
label nAddCells() const noexcept
Number of additional (decomposed) cells for the mesh.
label nCellsPoly() const noexcept
Number of output polyhedral cells for the mesh.
selectionModeType selectionMode() const noexcept
Query how the mesh cells have been selected or defined.