All Frameworks Class Hierarchy This Framework Indexes
GeometricOperators Class CATGeoOperator
Usage: you must use this class as is. You should never derive it.
public class CATGeoOperator
Base class for the geometric operators.
To use a geometric operator:
- Create it with the corresponding CreateXxx global method
- Tune some parameters if needed
- Run it
- Read the results
- Delete it with the usual C++ delete operator.
Constructor and Destructor Index
- o
~CATGeoOperator()
-
Method Index
- o
Run()
- Runs this operator.
Constructor and Destructor
o ~CATGeoOperator
| public virtual ~CATGeoOperator( | ) |
-
Methods
o Run
-
Runs this operator.
This object is included in the file: CATGeoOperator.h
If needed, your Imakefile.mk should include the module: CATGeometricOperators