Abstract base for run-time selectable surface feature extraction methods. More...
#include <surfaceFeaturesExtraction.H>


Public Member Functions | |
| ClassNameNoDebug ("method") | |
| Runtime type information. | |
| method (const dictionary &dict) | |
| Construct from dictionary. | |
| declareRunTimeSelectionTable (autoPtr, method, dictionary,(const dictionary &dict),(dict)) | |
| virtual | ~method ()=default |
| Destructor. | |
| scalar | includedAngle () const noexcept |
| The included angle, if set. | |
| Switch | geometricTestOnly () const noexcept |
| Use geometric test only. | |
| virtual autoPtr< surfaceFeatures > | features (const triSurface &surf) const =0 |
| Extracted features. | |
Static Public Member Functions | |
| static autoPtr< method > | New (const dictionary &dict) |
| Select constructed from dictionary. | |
Protected Member Functions | |
| method () | |
| Default construct. | |
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 |
Default construct.
Referenced by declareRunTimeSelectionTable().

|
explicit |
Construct from dictionary.
References dict.
|
virtualdefault |
Destructor.
| ClassNameNoDebug | ( | "method" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| method | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | ) |
|
static |
Select constructed from dictionary.
References dict.
|
inlinenoexcept |
The included angle, if set.
Definition at line 119 of file surfaceFeaturesExtraction.H.
References includedAngle_, and Foam::noexcept.
|
inlinenoexcept |
Use geometric test only.
Definition at line 124 of file surfaceFeaturesExtraction.H.
References geometricTestOnly_, and Foam::noexcept.
|
pure virtual |
Extracted features.
Implemented in extractFromFile, extractFromNone, and extractFromSurface.
|
protected |
Definition at line 62 of file surfaceFeaturesExtraction.H.
Referenced by includedAngle().
|
protected |
Definition at line 63 of file surfaceFeaturesExtraction.H.
Referenced by geometricTestOnly().