ActiViz .NET
5.8.0
|
vtkContextTransform - all children of this item are transformed by the vtkTransform2D of this item. More...
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. |
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.
static Kitware.VTK.vtkContextTransform.vtkContextTransform | ( | ) | [static, private] |
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.
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.
virtual vtkTransform2D Kitware.VTK.vtkContextTransform.GetTransform | ( | ) | [virtual] |
Access the vtkTransform2D that controls object transformation.
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.
static new vtkContextTransform Kitware.VTK.vtkContextTransform.New | ( | ) | [static] |
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.
static new vtkContextTransform Kitware.VTK.vtkContextTransform.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
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] |
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.