All Frameworks Class Hierarchy This Framework Previous Next Indexes
TopologicalOperators Class CATTopVertex
Mathematics.CATCGMVirtual
|
+---GeometricObjects.CATCGMOperator
|
+---NewTopologicalObjects.CATTopOperator
|
+---TopologicalOperators.CATGeoToTopOperator
|
+---CATTopVertex
Usage: you must use this class as is. You should never derive it.
public class CATTopVertex
Class representing the operator that creates a point body from one point.
To use the CATTopVertex:
- Create it with the CATCreateTopVertex global function.
- If needed, tune some parameters with the SetXxx methods.
- Run the operator
- Retrieve the created body (frozen by default) with the GetResult method.
- Delete with the usual C++ delete operator after use.
Constructor and Destructor Index
- o
~CATTopVertex()
-
Method Index
- o
GetVertex()
- Returns the pointer to the vertex of the resulting point body.
- o
Run()
- Runs this operator.
Constructor and Destructor
o ~CATTopVertex
-
Methods
o GetVertex
-
Returns the pointer to the vertex of the resulting point body.
- Returns:
- The pointer to the vertex of the resulting point body. Remember that the whole body is retrieved with
the GetResult method, and you must manage its deletion if you do not want to keep it.
o Run
public virtual int Run( | )=0 |
-
Runs this operator.
This object is included in the file: CATTopVertex.h
If needed, your Imakefile.mk should include the module: CATTopologicalOperators