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