68 #ifndef sampledTriSurfaceMesh_H 69 #define sampledTriSurfaceMesh_H 83 namespace sampledSurfaces
122 mutable bool needsUpdate_;
166 const word& surfaceName,
184 const word& sampleSourceName
Various (local, not parallel) searches on polyMesh; uses (demand driven) octree to search...
A list of keyword definitions, which are a keyword followed by any number of values (e...
An abstract class for surfaces with sampling.
const word & name() const
Name of surface.
triSurfaceMesh(const word &name, const polyMesh &mesh, const word &surfaceName, const samplingSource sampleSource)
Construct from components.
A surface geometry mesh with zone information, not to be confused with the similarly named surfaceMes...
bool interpolate() const
Interpolation requested for surface.
virtual bool update()
Update the surface as required.
Generic GeometricField class.
IOoject and searching on triSurface.
virtual ~triSurfaceMesh()
Destructor.
virtual void print(Ostream &) const
Write.
A class for handling words, derived from string.
const Field< PointType > & points() const
Return reference to global points.
virtual const faceList & faces() const
Faces of surface.
const polyMesh & mesh() const
Access to the underlying mesh.
virtual bool expire()
Mark the surface as needing an update.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
const List< face > & faces() const
Return const access to the faces.
TypeName("triSurfaceMesh")
Runtime type information.
virtual const pointField & points() const
Points of surface.
samplingSource
Types of communications.
Non-pointer based hierarchical recursive searching.
Abstract base class for interpolation.
virtual bool needsUpdate() const
Does the surface need an update?
Standard boundBox + extra functionality for use in octree.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.
Triangulated surface description with patch information.
A sampledSurface from a triSurfaceMesh. It samples on the points/triangles of the triSurface...
virtual tmp< scalarField > sample(const volScalarField &) const
Sample field on surface.