Public Member Functions | List of all members
extractFromFile Class Reference

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

Inheritance diagram for extractFromFile:
Inheritance graph
[legend]
Collaboration diagram for extractFromFile:
Collaboration graph
[legend]

Public Member Functions

 extractFromFile (const dictionary &dict)
 
virtual ~extractFromFile ()
 
virtual autoPtr< surfaceFeaturesfeatures (const triSurface &surf) const override
 
- Public Member Functions inherited from method
 ClassNameNoDebug ("method")
 
 method (const dictionary &dict)
 
 declareRunTimeSelectionTable (autoPtr, method, dictionary,(const dictionary &dict),(dict))
 
virtual ~method ()
 
scalar includedAngle () const
 
Switch geometricTestOnly () const
 

Additional Inherited Members

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

Detailed Description

Run-time selectable surface feature extraction.

Selectable as "extractFromFile". Mandatory dictionary entries: "featureEdgeFile". Optional dictionary entries: "geometricTestOnly".

Source files

Definition at line 52 of file extractFromFile.H.

Constructor & Destructor Documentation

◆ extractFromFile()

extractFromFile ( const dictionary dict)

◆ ~extractFromFile()

virtual ~extractFromFile ( )
virtual

Member Function Documentation

◆ features()

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

Implements method.


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