All Frameworks Class Hierarchy This Framework Next Indexes
GeometricOperators Class CATConfusionPtOnCrvPtOnCrv
Mathematics.CATCGMVirtual
|
+---GeometricObjects.CATCGMOperator
|
+---CATConfusionPtOnCrvPtOnCrv
Usage: you must use this class as is. You should never derive it.
public class CATConfusionPtOnCrvPtOnCrv
Class defining the operator testing the overlap of two points on a CATCurve.
- The CATConfusionPtOnCrvPtOnCrv is created with the CreateConfusion method and
directly deleted with the usual C++ delete operator. It is not streamable.
- The operation is automatically done at the operator creation.
- The result is accessed with to the GetConfusion method.
Constructor and Destructor Index
- o
~CATConfusionPtOnCrvPtOnCrv()
- Destructor.
Method Index
- o
GetConfusion()
- Returns the result of this CATConfusionPtOnCrvPtOnCrv operator.
Constructor and Destructor
o ~CATConfusionPtOnCrvPtOnCrv
public virtual ~CATConfusionPtOnCrvPtOnCrv( | ) |
-
Destructor.
Methods
o GetConfusion
-
Returns the result of this CATConfusionPtOnCrvPtOnCrv operator.
- Returns:
- The result of the test.
Legal values:
- TRUE
- if the distance between the two CATPointOnCurves
is less than the tolerance given at the operator creation.
- FALSE
- otherwise.
This object is included in the file: CATConfusionPtOnCrvPtOnCrv.h
If needed, your Imakefile.mk should include the module: CATGeometricOperators