VisualizationFoundation CAT2DIndication
Usage: you must use this class as is. You should never derive it.
public class CAT2DIndication
Class to create a a 2D indication reference.
Role: This class stores in its public data member point the location
where the user has clicked in a viewer.
This information is decoded and used by manipulators and indicators.
Constructor and Destructor Index
- o
CAT2DIndication()
- Constructor of an empty 2D indication.
- o
CAT2DIndication(CATMathPoint2D&)
- Constructs the 2D indication.
- o
CAT2DIndication(CATMathPoint2Df&)
- Constructs the 2D indication.
- o
CAT2DIndication(CAT2DIndication&)
- Copy constructor.
Method Index
- o
operator=(CAT2DIndication&)
- Assignement operator.
Constructor and Destructor
o CAT2DIndication
-
Constructor of an empty 2D indication.
o CAT2DIndication
public CAT2DIndication( | const | iLocation) |
-
Constructs the 2D indication.
- Parameters:
-
- iLocation
- The location where the user has clicked (expressed in window coordinate system).
o CAT2DIndication
public CAT2DIndication( | const | iLocation) |
-
Constructs the 2D indication.
- Parameters:
-
- iLocation
- The location where the user has clicked (expressed in window coordinate system).
o CAT2DIndication
public CAT2DIndication( | const | i2DIndication) |
-
Copy constructor.
Methods
o operator=
public operator=( | const | i2DIndication) |
-
Assignement operator.
This object is included in the file: CAT2DIndication.h
If needed, your Imakefile.mk should include the module: CATVisFoundation
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.