All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VisualizationBase Notification CATTransformationIndicate

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATNotification
        |
        +---VisualizationBase.CATTimeStampedEvent
          |
          +---VisualizationBase.CATViewerEvent
            |
            +---VisualizationBase.CATIndicateEvent
              |
              +---CATTransformationIndicate
 

Usage: you must use this class as is. You should never derive it.


public class CATTransformationIndicate

Class to notify the 2D indication.
Role: This event sent by a CAT2DIndicator is used to retrieve mathematic transformation data from the mouse move. It can be decoded in a callback method from manipulator notification through the GetDataNotification method.


Method Index


o GetTransformation()
Returns the 2D mathematic transformation of the movement This transformation reflect the mouse move since the last recieved notification.

Methods


o GetTransformation
public const CATMathTransformation2D& GetTransformation()const
Returns the 2D mathematic transformation of the movement This transformation reflect the mouse move since the last recieved notification.

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

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