All Frameworks Class Hierarchy This Framework Previous Next Indexes
BasicTopologicalOpe Class CATTopGeodesicLineOperator
Mathematics.CATCGMVirtual
|
+---GeometricObjects.CATCGMOperator
|
+---NewTopologicalObjects.CATTopOperator
|
+---CATTopGeodesicLineOperator
Usage: you must use this class as is. You should never derive it.
public class CATTopGeodesicLineOperator
Class defining a topological operator that builds a geodesic line on a shell.
The definition of the line is:
- passing by a point, in a given direction, with first and second length.
- If first length>0 (or<0) and second length2<0 (or>0), the point will be cleaned.
This operator follows the general scheme of the topological operators.
Create the operator with the CATCreateTopGeodesicLineOperatorFromDirection global function.
Run with the Run method.
Get the result body by the GetResult method.
Delete the operator with the usual C++ delete operator.
The created body can be removed from the factory with the
CATICGMContainer.Remove method as any CATICGMObject.
Constructor and Destructor Index
- o
~CATTopGeodesicLineOperator()
-
Constructor and Destructor
o ~CATTopGeodesicLineOperator
public virtual ~CATTopGeodesicLineOperator( | ) |
-
This object is included in the file: CATTopGeodesicLineOperator.h
If needed, your Imakefile.mk should include the module: CATBasicTopologicalOpe