Run-time selectable surface feature extraction - extract from surface. More...
#include <extractFromSurface.H>


Public Member Functions | |
| extractFromSurface (const dictionary &dict) | |
| Construct from dictionary. | |
| virtual | ~extractFromSurface ()=default |
| Destructor. | |
| autoPtr< surfaceFeatures > | features (const triSurface &surf) const override |
| Features extracted from surface. | |
| Public Member Functions inherited from method | |
| 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. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from method | |
| static autoPtr< method > | New (const dictionary &dict) |
| Select constructed from dictionary. | |
| Protected Member Functions inherited from method | |
| method () | |
| Default construct. | |
| Protected Attributes inherited from method | |
| scalar | includedAngle_ |
| Switch | geometricTestOnly_ |
Run-time selectable surface feature extraction - extract from surface.
Selectable as "extractFromSurface".
Mandatory dictionary entries: "includedAngle". Optional dictionary entries: "geometricTestOnly".
Definition at line 53 of file extractFromSurface.H.
| extractFromSurface | ( | const dictionary & | dict | ) |
Construct from dictionary.
References dict.
|
virtualdefault |
Destructor.
|
overridevirtual |
Features extracted from surface.
Implements method.