Public Member Functions | List of all members
extractFromNone Class Reference

Run-time selectable surface feature extraction - no extraction. Primarily useful with self-intersection methods. More...

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

Public Member Functions

 extractFromNone (const dictionary &dict)
 
virtual ~extractFromNone ()
 
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 - no extraction. Primarily useful with self-intersection methods.

Selectable as "none". Optional dictionary entries: "includedAngle", "geometricTestOnly".

Source files

Definition at line 52 of file extractFromNone.H.

Constructor & Destructor Documentation

◆ extractFromNone()

extractFromNone ( const dictionary dict)

◆ ~extractFromNone()

virtual ~extractFromNone ( )
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: