extractFromSurface Class Reference

Run-time selectable surface feature extraction - extract from surface. More...

Inheritance diagram for extractFromSurface:
[legend]
Collaboration diagram for extractFromSurface:
[legend]

Public Member Functions

 extractFromSurface (const dictionary &dict)
 Construct from dictionary. More...
 
virtual ~extractFromSurface ()
 Destructor. More...
 
virtual autoPtr< surfaceFeaturesfeatures (const triSurface &surf) const override
 Features extracted from surface. More...
 
- Public Member Functions inherited from method
 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< surfaceFeaturesfeatures (const triSurface &surf) const =0
 Extracted features. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from method
static autoPtr< methodNew (const dictionary &dict)
 Select constructed from dictionary. More...
 
- Protected Member Functions inherited from method
 method ()
 Construct null. More...
 
- Protected Attributes inherited from method
scalar includedAngle_
 
Switch geometricTestOnly_
 

Detailed Description

Run-time selectable surface feature extraction - extract from surface.

Selectable as "extractFromSurface".

Mandatory dictionary entries: "includedAngle". Optional dictionary entries: "geometricTestOnly".

Source files

Definition at line 57 of file extractFromSurface.H.

Constructor & Destructor Documentation

◆ extractFromSurface()

extractFromSurface ( const dictionary dict)

Construct from dictionary.

◆ ~extractFromSurface()

virtual ~extractFromSurface ( )
virtual

Destructor.

Member Function Documentation

◆ features()

virtual autoPtr< surfaceFeatures > features ( const triSurface surf) const
overridevirtual

Features extracted from surface.

Implements method.


The documentation for this class was generated from the following file: