Abstract base for run-time selectable surface feature extraction methods. More...


Public Member Functions | |
| ClassNameNoDebug ("method") | |
| Runtime type information. More... | |
| method (const dictionary &dict) | |
| Construct from dictionary. More... | |
| declareRunTimeSelectionTable (autoPtr, method, dictionary,(const dictionary &dict),(dict)) | |
| virtual | ~method () |
| Destructor. More... | |
| scalar | includedAngle () const |
| The included angle, if set. More... | |
| Switch | geometricTestOnly () const |
| Use geometric test only. More... | |
| virtual autoPtr< surfaceFeatures > | features (const triSurface &surf) const =0 |
| Extracted features. More... | |
Static Public Member Functions | |
| static autoPtr< method > | New (const dictionary &dict) |
| Select constructed from dictionary. More... | |
Protected Member Functions | |
| method () | |
| Construct null. More... | |
Protected Attributes | |
| scalar | includedAngle_ |
| Switch | geometricTestOnly_ |
Abstract base for run-time selectable surface feature extraction methods.
Definition at line 58 of file surfaceFeaturesExtraction.H.
|
protected |
Construct null.
| method | ( | const dictionary & | dict | ) |
Construct from dictionary.
|
virtual |
Destructor.
| ClassNameNoDebug | ( | "method" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| method | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
|
static |
Select constructed from dictionary.
|
inline |
The included angle, if set.
Definition at line 122 of file surfaceFeaturesExtraction.H.
References method::includedAngle_.
|
inline |
Use geometric test only.
Definition at line 130 of file surfaceFeaturesExtraction.H.
References method::geometricTestOnly_.
|
pure virtual |
Extracted features.
Implemented in extractFromFile, extractFromNone, and extractFromSurface.
|
protected |
Definition at line 62 of file surfaceFeaturesExtraction.H.
Referenced by method::includedAngle().
|
protected |
Definition at line 63 of file surfaceFeaturesExtraction.H.
Referenced by method::geometricTestOnly().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.