ActiViz .NET
5.8.0
|
vtkBlockItem - a vtkContextItem that draws a block (optional label). More...
Public Member Functions | |
vtkBlockItem (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkBlockItem () | |
Undocumented Block. | |
virtual int[] | GetDimensions () |
Get the dimensions of the block, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height. Initial value is (0,0,0,0) | |
virtual void | GetDimensions (ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4) |
Get the dimensions of the block, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height. Initial value is (0,0,0,0) | |
virtual void | GetDimensions (IntPtr _arg) |
Get the dimensions of the block, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height. Initial value is (0,0,0,0) | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkBlockItem | NewInstance () |
Undocumented Block. | |
override bool | Paint (vtkContext2D painter) |
Paint event for the item. | |
virtual void | SetDimensions (int _arg1, int _arg2, int _arg3, int _arg4) |
Set the dimensions of the block, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height. Initial value is (0,0,0,0). | |
virtual void | SetDimensions (IntPtr _arg) |
Set the dimensions of the block, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height. Initial value is (0,0,0,0). | |
Static Public Member Functions | |
static new vtkBlockItem | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkBlockItem | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkBlockItem" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "12vtkBlockItem" |
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 | vtkBlockItem_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkBlockItem_GetDimensions_01 (HandleRef pThis) |
static internal void | vtkBlockItem_GetDimensions_02 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4) |
static internal void | vtkBlockItem_GetDimensions_03 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkBlockItem_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkBlockItem_IsTypeOf_05 (string type) |
static internal IntPtr | vtkBlockItem_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkBlockItem_Paint_08 (HandleRef pThis, HandleRef painter) |
static internal IntPtr | vtkBlockItem_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkBlockItem_SetDimensions_10 (HandleRef pThis, int _arg1, int _arg2, int _arg3, int _arg4) |
static internal void | vtkBlockItem_SetDimensions_11 (HandleRef pThis, IntPtr _arg) |
Static Private Member Functions | |
static | vtkBlockItem () |
Automatically generated type registration mechanics. |
vtkBlockItem - a vtkContextItem that draws a block (optional label).
Description This is a vtkContextItem that can be placed into a vtkContextScene. It draws a block of the given dimensions, and reacts to mouse events.
static Kitware.VTK.vtkBlockItem.vtkBlockItem | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkBlockItem.vtkBlockItem | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkBlockItem.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 int [] Kitware.VTK.vtkBlockItem.GetDimensions | ( | ) | [virtual] |
Get the dimensions of the block, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height. Initial value is (0,0,0,0)
virtual void Kitware.VTK.vtkBlockItem.GetDimensions | ( | ref int | _arg1, |
ref int | _arg2, | ||
ref int | _arg3, | ||
ref int | _arg4 | ||
) | [virtual] |
Get the dimensions of the block, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height. Initial value is (0,0,0,0)
virtual void Kitware.VTK.vtkBlockItem.GetDimensions | ( | IntPtr | _arg | ) | [virtual] |
Get the dimensions of the block, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height. Initial value is (0,0,0,0)
override int Kitware.VTK.vtkBlockItem.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkContextItem.
static new int Kitware.VTK.vtkBlockItem.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkContextItem.
static new vtkBlockItem Kitware.VTK.vtkBlockItem.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkContextItem.
override bool Kitware.VTK.vtkBlockItem.Paint | ( | vtkContext2D | painter | ) | [virtual] |
Paint event for the item.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
static new vtkBlockItem Kitware.VTK.vtkBlockItem.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkContextItem.
virtual void Kitware.VTK.vtkBlockItem.SetDimensions | ( | int | _arg1, |
int | _arg2, | ||
int | _arg3, | ||
int | _arg4 | ||
) | [virtual] |
Set the dimensions of the block, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height. Initial value is (0,0,0,0).
virtual void Kitware.VTK.vtkBlockItem.SetDimensions | ( | IntPtr | _arg | ) | [virtual] |
Set the dimensions of the block, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height. Initial value is (0,0,0,0).
static internal IntPtr Kitware.VTK.vtkBlockItem.vtkBlockItem_GetDimensions_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBlockItem.vtkBlockItem_GetDimensions_02 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2, | ||
ref int | _arg3, | ||
ref int | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkBlockItem.vtkBlockItem_GetDimensions_03 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkBlockItem.vtkBlockItem_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkBlockItem.vtkBlockItem_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBlockItem.vtkBlockItem_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBlockItem.vtkBlockItem_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkBlockItem.vtkBlockItem_Paint_08 | ( | HandleRef | pThis, |
HandleRef | painter | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBlockItem.vtkBlockItem_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkBlockItem.vtkBlockItem_SetDimensions_10 | ( | HandleRef | pThis, |
int | _arg1, | ||
int | _arg2, | ||
int | _arg3, | ||
int | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkBlockItem.vtkBlockItem_SetDimensions_11 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkBlockItem.MRClassNameKey = "12vtkBlockItem" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkContextItem.
new const string Kitware.VTK.vtkBlockItem.MRFullTypeName = "Kitware.VTK.vtkBlockItem" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkContextItem.