All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VisualizationBase Class CAT2DIndication

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---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(CAT2DIndication&)
Copy constructor.
o CAT2DIndication(CATMathPoint2D&)
Constructs the 2D indication.
o CAT2DIndication(CATMathPoint2Df&)
Constructs the 2D indication.

Method Index


o operator=(CAT2DIndication&)
Assignement operator.

Constructor and Destructor


o CAT2DIndication
public CAT2DIndication()
Constructor of an empty 2D indication.
o CAT2DIndication
public CAT2DIndication( const CAT2DIndication& i2DIndication)
Copy constructor.
o CAT2DIndication
public CAT2DIndication( const CATMathPoint2D& iLocation)
Constructs the 2D indication.
Parameters:
iLocation
The location where the user has clicked (expressed in window coordinate system).
o CAT2DIndication
public CAT2DIndication( const CATMathPoint2Df& iLocation)
Constructs the 2D indication.
Parameters:
iLocation
The location where the user has clicked (expressed in window coordinate system).

Methods


o operator=
public CAT2DIndication & operator=( const CAT2DIndication& i2DIndication)
Assignement operator.

This object is included in the file: CAT2DIndication.h
If needed, your Imakefile.mk should include the module: CATViz

Copyright © 2003, Dassault Systèmes. All rights reserved.