58 #ifndef sampledPlane_H 59 #define sampledPlane_H 68 namespace sampledSurfaces
77 public sampledSurface,
86 const bool triangulate_;
89 mutable bool needsUpdate_;
virtual const faceList & faces() const
Faces of surface.
virtual const faceList & faces() const
Faces of surface.
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("plane")
Runtime type information.
const word & name() const
Name of surface.
virtual bool needsUpdate() const
Does the surface need an update?
bool interpolate() const
Interpolation requested for surface.
Generic GeometricField class.
virtual const pointField & points() const
Points of surface.
virtual bool expire()
Mark the surface as needing an update.
virtual ~plane()
Destructor.
plane(const word &name, const polyMesh &mesh, const dictionary &dict)
Construct from dictionary.
A class for handling words, derived from string.
virtual const pointField & points() const
Points of surface.
virtual bool update()
Update the surface as required.
virtual void print(Ostream &) const
Write.
const polyMesh & mesh() const
Access to the underlying mesh.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual tmp< scalarField > sample(const volScalarField &) const
Sample field on surface.
const labelList & meshCells() const
For every face original cell in mesh.
Abstract base class for interpolation.
const labelList & cutCells() const
Return List of cells cut by the plane.
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.