All Frameworks Class Hierarchy This Framework Previous Next Indexes
VisualizationBase Class CATIndicationSegment
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIndicationSegment
Usage: you must use this class as is. You should never derive it.
public class CATIndicationSegment
Class to define the line segment under the mouse cursor in a 3D viewpoint.
Role: This class stores in its public data members pt1 and pt2
the extremities of the line segment located under the mouse cursor.
This class is used by dialog objects when making a query to a manipulator.
Constructor and Destructor Index
- o
CATIndicationSegment()
- Constructor of an empty 2D indication segment.
- o
CATIndicationSegment(CATIndicationSegment&)
- Copy constructor.
- o
CATIndicationSegment(CATMathPoint,CATMathPoint)
- Constructor of a 2D indication segment.
- o
CATIndicationSegment(CATMathPointf,CATMathPointf)
- Constructor of a 2D indication segment.
Method Index
- o
operator=(CATIndicationSegment&)
- Assignement operator.
Constructor and Destructor
o CATIndicationSegment
public CATIndicationSegment( | ) |
-
Constructor of an empty 2D indication segment.
o CATIndicationSegment
-
Copy constructor.
o CATIndicationSegment
-
Constructor of a 2D indication segment.
- Parameters:
-
- iNearPoint
- Nearest extremity of the segment.
- iFarPoint
- Farthest extremity of the segment.
o CATIndicationSegment
-
Constructor of a 2D indication segment.
- Parameters:
-
- iNearPoint
- Nearest extremity of the segment.
- iFarPoint
- Farthest extremity of the segment.
Methods
o operator=
-
Assignement operator.
This object is included in the file: CATIndicationSegment.h
If needed, your Imakefile.mk should include the module: CATViz