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... | |
| 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... | |
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.
|
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 100 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 124 of file searchableSurfaceFeatures.H.
|
inline |
Return a reference to the dictionary.
Definition at line 130 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 139 of file searchableSurfaceFeatures.H.
1.8.11