58 #ifndef sampledDistanceSurface_H
59 #define sampledDistanceSurface_H
68 namespace sampledSurfaces
77 public sampledIsoSurfaceSurface
82 const autoPtr<searchableSurface> surfPtr_;
85 const scalar distance_;
94 virtual autoPtr<cutPolyIsoSurface> calcIsoSurf()
const;
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh consisting of general polyhedral cells.
const word & name() const
Name of surface.
const polyMesh & mesh() const
Access to the underlying mesh.
distanceSurface(const word &name, const polyMesh &mesh, const dictionary &dict)
Construct from dictionary.
virtual ~distanceSurface()
Destructor.
virtual bool needsUpdate() const
Does the surface need an update?
virtual void print(Ostream &) const
Print.
TypeName("distanceSurface")
Runtime type information.
A class for handling words, derived from string.