39#ifndef thresholdCellFaces_H
40#define thresholdCellFaces_H
79 const scalar lowerThreshold,
80 const scalar upperThreshold,
97 const scalar lowerThreshold,
98 const scalar upperThreshold,
virtual label triangulate()
Mesh consisting of general polyhedral cells.
TypeName("thresholdCellFaces")
Runtime type information.
labelList & meshCells()
For each face, the original cell in mesh.
const labelList & meshCells() const
For each face, the original cell in mesh.
thresholdCellFaces(const polyMesh &mesh, const scalarField &field, const scalar lowerThreshold, const scalar upperThreshold, const bool triangulate=false)
Construct from mesh, field and threshold values.
List< label > labelList
A List of labels.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
MeshedSurface< face > meshedSurface
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.