86 #ifndef sampledTriSurfaceMesh_H 87 #define sampledTriSurfaceMesh_H 101 namespace sampledSurfaces
110 public sampledSurface,
111 public MeshedSurface<face>
126 typedef MeshedSurface<face> MeshStorage;
140 mutable bool needsUpdate_;
184 const word& surfaceName,
202 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...
const word & name() const
Name of surface.
triSurfaceMesh(const word &name, const polyMesh &mesh, const word &surfaceName, const samplingSource sampleSource)
Construct from components.
bool interpolate() const
Interpolation requested for surface.
virtual bool update()
Update the surface as required.
Generic GeometricField class.
A surface geometry formed of discrete facets, e.g. triangles and/or quadrilaterals, defined in a file using formats such as Wavefront OBJ, or stereolithography STL.
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.
virtual tmp< scalarField > sample(const volScalarField &) const
Sample field on surface.