Abstract base for run-time selectable surface feature extraction methods. More...
Public Member Functions | |
ClassNameNoDebug ("method") | |
method (const dictionary &dict) | |
declareRunTimeSelectionTable (autoPtr, method, dictionary,(const dictionary &dict),(dict)) | |
virtual | ~method () |
scalar | includedAngle () const |
Switch | geometricTestOnly () const |
virtual autoPtr< surfaceFeatures > | features (const triSurface &surf) const =0 |
Static Public Member Functions | |
static autoPtr< method > | New (const dictionary &dict) |
Protected Member Functions | |
method () | |
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 |
method | ( | const dictionary & | dict | ) |
|
virtual |
ClassNameNoDebug | ( | "method" | ) |
declareRunTimeSelectionTable | ( | autoPtr | , |
method | , | ||
dictionary | , | ||
(const dictionary &dict) | , | ||
(dict) | |||
) |
|
static |
|
inline |
Definition at line 110 of file surfaceFeaturesExtraction.H.
References method::includedAngle_.
|
inline |
Definition at line 116 of file surfaceFeaturesExtraction.H.
References method::geometricTestOnly_.
|
pure virtual |
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.