ActiViz .NET
5.8.0
|
vtkImageItem - a vtkContextItem that draws a supplied image in the scene. More...
Public Member Functions | |
vtkImageItem (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageItem () | |
Undocumented Block. | |
virtual vtkImageData | GetImage () |
Get the image of the item. | |
virtual float[] | GetPosition () |
Get the position of the bottom corner of the image. | |
virtual void | GetPosition (ref float _arg1, ref float _arg2) |
Get the position of the bottom corner of the image. | |
virtual void | GetPosition (IntPtr _arg) |
Get the position of the bottom corner of the image. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageItem | NewInstance () |
Undocumented Block. | |
override bool | Paint (vtkContext2D painter) |
Paint event for the item. | |
void | SetImage (vtkImageData image) |
Set the image of the item. | |
virtual void | SetPosition (float _arg1, float _arg2) |
Set the position of the bottom corner of the image. | |
void | SetPosition (IntPtr _arg) |
Set the position of the bottom corner of the image. | |
Static Public Member Functions | |
static new vtkImageItem | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageItem | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageItem" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "12vtkImageItem" |
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 | vtkImageItem_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageItem_GetImage_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageItem_GetPosition_02 (HandleRef pThis) |
static internal void | vtkImageItem_GetPosition_03 (HandleRef pThis, ref float _arg1, ref float _arg2) |
static internal void | vtkImageItem_GetPosition_04 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkImageItem_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkImageItem_IsTypeOf_06 (string type) |
static internal IntPtr | vtkImageItem_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkImageItem_Paint_09 (HandleRef pThis, HandleRef painter) |
static internal IntPtr | vtkImageItem_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageItem_SetImage_11 (HandleRef pThis, HandleRef image) |
static internal void | vtkImageItem_SetPosition_12 (HandleRef pThis, float _arg1, float _arg2) |
static internal void | vtkImageItem_SetPosition_13 (HandleRef pThis, IntPtr _arg) |
Static Private Member Functions | |
static | vtkImageItem () |
Automatically generated type registration mechanics. |
vtkImageItem - a vtkContextItem that draws a supplied image in the scene.
Description This vtkContextItem draws the supplied image in the scene.
static Kitware.VTK.vtkImageItem.vtkImageItem | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageItem.vtkImageItem | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageItem.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.vtkContextItem.
virtual vtkImageData Kitware.VTK.vtkImageItem.GetImage | ( | ) | [virtual] |
Get the image of the item.
virtual float [] Kitware.VTK.vtkImageItem.GetPosition | ( | ) | [virtual] |
Get the position of the bottom corner of the image.
virtual void Kitware.VTK.vtkImageItem.GetPosition | ( | ref float | _arg1, |
ref float | _arg2 | ||
) | [virtual] |
Get the position of the bottom corner of the image.
virtual void Kitware.VTK.vtkImageItem.GetPosition | ( | IntPtr | _arg | ) | [virtual] |
Get the position of the bottom corner of the image.
override int Kitware.VTK.vtkImageItem.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkContextItem.
static new int Kitware.VTK.vtkImageItem.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkContextItem.
static new vtkImageItem Kitware.VTK.vtkImageItem.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkContextItem.
override bool Kitware.VTK.vtkImageItem.Paint | ( | vtkContext2D | painter | ) | [virtual] |
Paint event for the item.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
static new vtkImageItem Kitware.VTK.vtkImageItem.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkContextItem.
void Kitware.VTK.vtkImageItem.SetImage | ( | vtkImageData | image | ) |
Set the image of the item.
virtual void Kitware.VTK.vtkImageItem.SetPosition | ( | float | _arg1, |
float | _arg2 | ||
) | [virtual] |
Set the position of the bottom corner of the image.
void Kitware.VTK.vtkImageItem.SetPosition | ( | IntPtr | _arg | ) |
Set the position of the bottom corner of the image.
static internal IntPtr Kitware.VTK.vtkImageItem.vtkImageItem_GetImage_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageItem.vtkImageItem_GetPosition_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageItem.vtkImageItem_GetPosition_03 | ( | HandleRef | pThis, |
ref float | _arg1, | ||
ref float | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageItem.vtkImageItem_GetPosition_04 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkImageItem.vtkImageItem_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageItem.vtkImageItem_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageItem.vtkImageItem_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageItem.vtkImageItem_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkImageItem.vtkImageItem_Paint_09 | ( | HandleRef | pThis, |
HandleRef | painter | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageItem.vtkImageItem_SafeDownCast_10 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageItem.vtkImageItem_SetImage_11 | ( | HandleRef | pThis, |
HandleRef | image | ||
) | [private] |
static internal void Kitware.VTK.vtkImageItem.vtkImageItem_SetPosition_12 | ( | HandleRef | pThis, |
float | _arg1, | ||
float | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageItem.vtkImageItem_SetPosition_13 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageItem.MRClassNameKey = "12vtkImageItem" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkContextItem.
new const string Kitware.VTK.vtkImageItem.MRFullTypeName = "Kitware.VTK.vtkImageItem" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkContextItem.