#include <searchableBoxFeatures.H>


Public Member Functions | |
| TypeName ("searchableBoxFeatures") | |
| Runtime type information. | |
| searchableBoxFeatures (const searchableSurface &surface, const dictionary &dict) | |
| Construct from searchable surface and dictionary. | |
| virtual | ~searchableBoxFeatures () |
| Destructor. | |
| virtual bool | hasFeatures () const |
| Return true for a searchable box having features. | |
| virtual autoPtr< extendedFeatureEdgeMesh > | features () const |
| Return an extendedFeatureEdgeMesh containing the features. | |
| Public Member Functions inherited from searchableSurfaceFeatures | |
| 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. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from searchableSurfaceFeatures | |
| static autoPtr< searchableSurfaceFeatures > | New (const searchableSurface &surface, const dictionary &dict) |
| Return a reference to the selected searchableSurfaceFeatures. | |
Definition at line 45 of file searchableBoxFeatures.H.
| searchableBoxFeatures | ( | const searchableSurface & | surface, |
| const dictionary & | dict ) |
Construct from searchable surface and dictionary.
References searchableSurfaceFeatures::dict(), and searchableSurfaceFeatures::surface().

|
virtual |
Destructor.
| TypeName | ( | "searchableBoxFeatures" | ) |
Runtime type information.
|
inlinevirtual |
Return true for a searchable box having features.
Implements searchableSurfaceFeatures.
Definition at line 103 of file searchableBoxFeatures.H.
|
virtual |
Return an extendedFeatureEdgeMesh containing the features.
Reimplemented from searchableSurfaceFeatures.