#include <triSurfaceMeshFeatures.H>


Public Member Functions | |
| TypeName ("triSurfaceMeshFeatures") | |
| Runtime type information. | |
| triSurfaceMeshFeatures (const searchableSurface &surface, const dictionary &dict) | |
| Construct from dictionary (used by searchableSurface). | |
| virtual | ~triSurfaceMeshFeatures ()=default |
| Destructor. | |
| virtual bool | hasFeatures () const |
| Return true for a triSurfaceMesh 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 46 of file triSurfaceMeshFeatures.H.
| triSurfaceMeshFeatures | ( | const searchableSurface & | surface, |
| const dictionary & | dict ) |
Construct from dictionary (used by searchableSurface).
References searchableSurfaceFeatures::dict(), and searchableSurfaceFeatures::surface().

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