All Frameworks Class Hierarchy This Framework Previous Next Indexes
GeometricOperators Class CATConfusionPtOnSurPtOnSur
Mathematics.CATCGMVirtual
|
+---GeometricObjects.CATCGMOperator
|
+---CATConfusionPtOnSurPtOnSur
Usage: you must use this class as is. You should never derive it.
public class CATConfusionPtOnSurPtOnSur
Class defining the operator testing the overlap of two points on a CATSurface.
- The CATConfusionPtOnSurPtOnSur 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
~CATConfusionPtOnSurPtOnSur()
- Destructor.
Method Index
- o
GetConfusion()
- Returns the result of this CATConfusionPtOnSurPtOnSur operator.
Constructor and Destructor
o ~CATConfusionPtOnSurPtOnSur
public virtual ~CATConfusionPtOnSurPtOnSur( | ) |
-
Destructor.
Methods
o GetConfusion
-
Returns the result of this CATConfusionPtOnSurPtOnSur operator.
- Returns:
- The result of the test.
Legal values:
- TRUE
- if the distance between the two CATPointOnSurfaces
is less than the tolerance given at the operator creation.
- FALSE
- otherwise.
This object is included in the file: CATConfusionPtOnSurPtOnSur.h