Go to the documentation of this file.
37 #ifndef searchableSurfaceFeatures_H
38 #define searchableSurfaceFeatures_H
75 TypeName(
"searchableSurfaceFeatures");
virtual ~searchableSurfaceFeatures()
virtual autoPtr< extendedFeatureEdgeMesh > features() const
TypeName("searchableSurfaceFeatures")
virtual autoPtr< searchableSurfaceFeatures > clone() const
declareRunTimeSelectionTable(autoPtr, searchableSurfaceFeatures, dict,(const searchableSurface &surface, const dictionary &dict),(surface, dict))
Base class of (analytical or triangulated) surface. Encapsulates all the search routines....
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const dictionary & dict() const
virtual bool hasFeatures() const =0
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static autoPtr< searchableSurfaceFeatures > New(const searchableSurface &surface, const dictionary &dict)
Macros to ease declaration of run-time selection tables.
const searchableSurface & surface() const
Decorator that returns the features of a searchable surface.