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