ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkContextTransform Class Reference

vtkContextTransform - all children of this item are transformed by the vtkTransform2D of this item. More...

Inheritance diagram for Kitware.VTK.vtkContextTransform:
[legend]
Collaboration diagram for Kitware.VTK.vtkContextTransform:
[legend]

List of all members.

Public Member Functions

 vtkContextTransform (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkContextTransform ()
 Creates a vtkContextTransform object.
virtual vtkTransform2D GetTransform ()
 Access the vtkTransform2D that controls object transformation.
override int IsA (string type)
 Undocumented Block.
new vtkContextTransform NewInstance ()
 Undocumented Block.
override bool Paint (vtkContext2D painter)
 Paint event for the item, called whenever the item needs to be drawn.
virtual void Rotate (float angle)
 Rotate the item by the specified angle.
virtual void Scale (float dx, float dy)
 Scale the item by the specified amounts dx and dy in the x and y directions.
virtual void Translate (float dx, float dy)
 Translate the item by the specified amounts dx and dy in the x and y directions.
override void Update ()
 Perform any updates to the item that may be necessary before rendering. The scene should take care of calling this on all items before their Paint function is invoked.

Static Public Member Functions

static new vtkContextTransform New ()
 Creates a vtkContextTransform object.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkContextTransform SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkContextTransform"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkContextTransform"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkContextTransform_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContextTransform_GetTransform_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkContextTransform_IsA_02 (HandleRef pThis, string type)
static internal int vtkContextTransform_IsTypeOf_03 (string type)
static internal IntPtr vtkContextTransform_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkContextTransform_Paint_06 (HandleRef pThis, HandleRef painter)
static internal void vtkContextTransform_Rotate_07 (HandleRef pThis, float angle)
static internal IntPtr vtkContextTransform_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkContextTransform_Scale_09 (HandleRef pThis, float dx, float dy)
static internal void vtkContextTransform_Translate_10 (HandleRef pThis, float dx, float dy)
static internal void vtkContextTransform_Update_11 (HandleRef pThis)

Static Private Member Functions

static vtkContextTransform ()
 Automatically generated type registration mechanics.

Detailed Description

vtkContextTransform - all children of this item are transformed by the vtkTransform2D of this item.

Description This class can be used to transform all child items of this class. The default transform is the identity.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkContextTransform.vtkContextTransform ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Creates a vtkContextTransform object.


Member Function Documentation

override void Kitware.VTK.vtkContextTransform.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

Access the vtkTransform2D that controls object transformation.

Here is the call graph for this function:

override int Kitware.VTK.vtkContextTransform.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

static new int Kitware.VTK.vtkContextTransform.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

Creates a vtkContextTransform object.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

override bool Kitware.VTK.vtkContextTransform.Paint ( vtkContext2D  painter) [virtual]

Paint event for the item, called whenever the item needs to be drawn.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

virtual void Kitware.VTK.vtkContextTransform.Rotate ( float  angle) [virtual]

Rotate the item by the specified angle.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkContextTransform.Scale ( float  dx,
float  dy 
) [virtual]

Scale the item by the specified amounts dx and dy in the x and y directions.

virtual void Kitware.VTK.vtkContextTransform.Translate ( float  dx,
float  dy 
) [virtual]

Translate the item by the specified amounts dx and dy in the x and y directions.

override void Kitware.VTK.vtkContextTransform.Update ( ) [virtual]

Perform any updates to the item that may be necessary before rendering. The scene should take care of calling this on all items before their Paint function is invoked.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

static internal IntPtr Kitware.VTK.vtkContextTransform.vtkContextTransform_GetTransform_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkContextTransform.vtkContextTransform_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkContextTransform.vtkContextTransform_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkContextTransform.vtkContextTransform_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContextTransform.vtkContextTransform_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal byte Kitware.VTK.vtkContextTransform.vtkContextTransform_Paint_06 ( HandleRef  pThis,
HandleRef  painter 
) [private]
static internal void Kitware.VTK.vtkContextTransform.vtkContextTransform_Rotate_07 ( HandleRef  pThis,
float  angle 
) [private]
static internal IntPtr Kitware.VTK.vtkContextTransform.vtkContextTransform_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkContextTransform.vtkContextTransform_Scale_09 ( HandleRef  pThis,
float  dx,
float  dy 
) [private]
static internal void Kitware.VTK.vtkContextTransform.vtkContextTransform_Translate_10 ( HandleRef  pThis,
float  dx,
float  dy 
) [private]
static internal void Kitware.VTK.vtkContextTransform.vtkContextTransform_Update_11 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkContextTransform.MRClassNameKey = "19vtkContextTransform" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

new const string Kitware.VTK.vtkContextTransform.MRFullTypeName = "Kitware.VTK.vtkContextTransform"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.


The documentation for this class was generated from the following file: