Go to the documentation of this file.
35 #ifndef searchableSurfaceFeatures_H
36 #define searchableSurfaceFeatures_H
73 TypeName(
"searchableSurfaceFeatures");
virtual ~searchableSurfaceFeatures()
Destructor.
virtual autoPtr< extendedFeatureEdgeMesh > features() const
Return an extendedFeatureEdgeMesh containing the features.
TypeName("searchableSurfaceFeatures")
Runtime type information.
virtual autoPtr< searchableSurfaceFeatures > clone() const
Clone.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
const searchableSurface & surface_
declareRunTimeSelectionTable(autoPtr, searchableSurfaceFeatures, dict,(const searchableSurface &surface, const dictionary &dict),(surface, dict))
Base class of (analytical or triangulated) surface. Encapsulates all the search routines....
searchableSurfaceFeatures(const searchableSurfaceFeatures &)
Disallow default bitwise copy construct.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const dictionary & dict() const
Return a reference to the dictionary.
virtual bool hasFeatures() const =0
Return whether this searchable surface has features.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
static autoPtr< searchableSurfaceFeatures > New(const searchableSurface &surface, const dictionary &dict)
Return a reference to the selected searchableSurfaceFeatures.
Macros to ease declaration of run-time selection tables.
const searchableSurface & surface() const
Return a reference to the searchable surface.
void operator=(const searchableSurfaceFeatures &)
Disallow default bitwise assignment.
Decorator that returns the features of a searchable surface.