Decorator that returns the features of a searchable surface. More...
#include <searchableSurfaceFeatures.H>

Public Member Functions | |
| TypeName ("searchableSurfaceFeatures") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, searchableSurfaceFeatures, dict,(const searchableSurface &surface, const dictionary &dict),(surface, dict)) | |
| searchableSurfaceFeatures (const searchableSurface &surface, const dictionary &dict) | |
| Construct from components. | |
| virtual autoPtr< searchableSurfaceFeatures > | clone () const |
| Clone. | |
| virtual | ~searchableSurfaceFeatures () |
| Destructor. | |
| const searchableSurface & | surface () const |
| Return a reference to the searchable surface. | |
| const dictionary & | dict () const |
| Return a reference to the dictionary. | |
| virtual bool | hasFeatures () const =0 |
| Return whether this searchable surface has features. | |
| virtual autoPtr< extendedFeatureEdgeMesh > | features () const |
| Return an extendedFeatureEdgeMesh containing the features. | |
Static Public Member Functions | |
| static autoPtr< searchableSurfaceFeatures > | New (const searchableSurface &surface, const dictionary &dict) |
| Return a reference to the selected searchableSurfaceFeatures. | |
Decorator that returns the features of a searchable surface.
Definition at line 49 of file searchableSurfaceFeatures.H.
| searchableSurfaceFeatures | ( | const searchableSurface & | surface, |
| const dictionary & | dict ) |
|
virtual |
Destructor.
| TypeName | ( | "searchableSurfaceFeatures" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| searchableSurfaceFeatures | , | ||
| dict | , | ||
| (const searchableSurface &surface, const dictionary &dict) | , | ||
| (surface, dict) | ) |
|
inlinevirtual |
|
static |
Return a reference to the selected searchableSurfaceFeatures.
References dict(), and surface().

|
inline |
Return a reference to the searchable surface.
Definition at line 138 of file searchableSurfaceFeatures.H.
Referenced by declareRunTimeSelectionTable(), New(), searchableBoxFeatures::searchableBoxFeatures(), searchablePlateFeatures::searchablePlateFeatures(), searchableSurfaceFeatures(), and triSurfaceMeshFeatures::triSurfaceMeshFeatures().

|
inline |
Return a reference to the dictionary.
Definition at line 146 of file searchableSurfaceFeatures.H.
Referenced by declareRunTimeSelectionTable(), New(), searchableBoxFeatures::searchableBoxFeatures(), searchablePlateFeatures::searchablePlateFeatures(), searchableSurfaceFeatures(), and triSurfaceMeshFeatures::triSurfaceMeshFeatures().

|
pure virtual |
Return whether this searchable surface has features.
Implemented in searchableBoxFeatures, searchablePlateFeatures, and triSurfaceMeshFeatures.
|
inlinevirtual |
Return an extendedFeatureEdgeMesh containing the features.
Reimplemented in searchableBoxFeatures, searchablePlateFeatures, and triSurfaceMeshFeatures.
Definition at line 159 of file searchableSurfaceFeatures.H.