Decorator that returns the features of a searchable surface. More...
Public Member Functions | |
TypeName ("searchableSurfaceFeatures") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, searchableSurfaceFeatures, dict,(const searchableSurface &surface, const dictionary &dict),(surface, dict)) | |
searchableSurfaceFeatures (const searchableSurface &surface, const dictionary &dict) | |
Construct from components. More... | |
searchableSurfaceFeatures (const searchableSurfaceFeatures &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual autoPtr< searchableSurfaceFeatures > | clone () const |
Clone. More... | |
virtual | ~searchableSurfaceFeatures () |
Destructor. More... | |
const searchableSurface & | surface () const |
Return a reference to the searchable surface. More... | |
const dictionary & | dict () const |
Return a reference to the dictionary. More... | |
virtual bool | hasFeatures () const =0 |
Return whether this searchable surface has features. More... | |
virtual autoPtr< extendedFeatureEdgeMesh > | features () const |
Return an extendedFeatureEdgeMesh containing the features. More... | |
void | operator= (const searchableSurfaceFeatures &)=delete |
Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
static autoPtr< searchableSurfaceFeatures > | New (const searchableSurface &surface, const dictionary &dict) |
Return a reference to the selected searchableSurfaceFeatures. More... | |
Decorator that returns the features of a searchable surface.
Definition at line 51 of file searchableSurfaceFeatures.H.
searchableSurfaceFeatures | ( | const searchableSurface & | surface, |
const dictionary & | dict | ||
) |
Construct from components.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Referenced by searchableSurfaceFeatures::clone().
TypeName | ( | "searchableSurfaceFeatures" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
searchableSurfaceFeatures | , | ||
dict | , | ||
(const searchableSurface &surface, const dictionary &dict) | , | ||
(surface, dict) | |||
) |
|
inlinevirtual |
Clone.
Definition at line 94 of file searchableSurfaceFeatures.H.
References searchableSurfaceFeatures::New(), NotImplemented, and searchableSurfaceFeatures::~searchableSurfaceFeatures().
|
static |
Return a reference to the selected searchableSurfaceFeatures.
Referenced by searchableSurfaceFeatures::clone().
|
inline |
Return a reference to the searchable surface.
Definition at line 118 of file searchableSurfaceFeatures.H.
|
inline |
Return a reference to the dictionary.
Definition at line 124 of file searchableSurfaceFeatures.H.
References searchableSurfaceFeatures::hasFeatures().
|
pure virtual |
Return whether this searchable surface has features.
Implemented in searchablePlateFeatures, triSurfaceMeshFeatures, and searchableBoxFeatures.
Referenced by searchableSurfaceFeatures::dict().
|
inlinevirtual |
Return an extendedFeatureEdgeMesh containing the features.
Reimplemented in searchablePlateFeatures, triSurfaceMeshFeatures, and searchableBoxFeatures.
Definition at line 133 of file searchableSurfaceFeatures.H.
References searchableSurfaceFeatures::operator=().
|
delete |
Disallow default bitwise assignment.
Referenced by searchableSurfaceFeatures::features().