ActiViz .NET
5.8.0
|
vtkImageCursor3D - Paints a cursor on top of an image or volume. More...
Public Member Functions | |
vtkImageCursor3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageCursor3D () | |
Undocumented Block. | |
virtual double[] | GetCursorPosition () |
Sets/Gets the center point of the 3d cursor. | |
virtual void | GetCursorPosition (ref double _arg1, ref double _arg2, ref double _arg3) |
Sets/Gets the center point of the 3d cursor. | |
virtual void | GetCursorPosition (IntPtr _arg) |
Sets/Gets the center point of the 3d cursor. | |
virtual int | GetCursorRadius () |
Sets/Gets the radius of the cursor. The radius determines how far the axis lines project out from the cursors center. | |
virtual double | GetCursorValue () |
Sets/Gets what pixel value to draw the cursor in. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageCursor3D | NewInstance () |
Undocumented Block. | |
virtual void | SetCursorPosition (double _arg1, double _arg2, double _arg3) |
Sets/Gets the center point of the 3d cursor. | |
virtual void | SetCursorPosition (IntPtr _arg) |
Sets/Gets the center point of the 3d cursor. | |
virtual void | SetCursorRadius (int _arg) |
Sets/Gets the radius of the cursor. The radius determines how far the axis lines project out from the cursors center. | |
virtual void | SetCursorValue (double _arg) |
Sets/Gets what pixel value to draw the cursor in. | |
Static Public Member Functions | |
static new vtkImageCursor3D | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageCursor3D | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageCursor3D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "16vtkImageCursor3D" |
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 | vtkImageCursor3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageCursor3D_GetCursorPosition_01 (HandleRef pThis) |
static internal void | vtkImageCursor3D_GetCursorPosition_02 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkImageCursor3D_GetCursorPosition_03 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkImageCursor3D_GetCursorRadius_04 (HandleRef pThis) |
static internal double | vtkImageCursor3D_GetCursorValue_05 (HandleRef pThis) |
static internal int | vtkImageCursor3D_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkImageCursor3D_IsTypeOf_07 (string type) |
static internal IntPtr | vtkImageCursor3D_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageCursor3D_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageCursor3D_SetCursorPosition_11 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkImageCursor3D_SetCursorPosition_12 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkImageCursor3D_SetCursorRadius_13 (HandleRef pThis, int _arg) |
static internal void | vtkImageCursor3D_SetCursorValue_14 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkImageCursor3D () |
Automatically generated type registration mechanics. |
vtkImageCursor3D - Paints a cursor on top of an image or volume.
Description vtkImageCursor3D will draw a cursor on a 2d image or 3d volume.
static Kitware.VTK.vtkImageCursor3D.vtkImageCursor3D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageCursor3D.vtkImageCursor3D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageCursor3D.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.vtkImageInPlaceFilter.
virtual double [] Kitware.VTK.vtkImageCursor3D.GetCursorPosition | ( | ) | [virtual] |
Sets/Gets the center point of the 3d cursor.
virtual void Kitware.VTK.vtkImageCursor3D.GetCursorPosition | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Sets/Gets the center point of the 3d cursor.
virtual void Kitware.VTK.vtkImageCursor3D.GetCursorPosition | ( | IntPtr | _arg | ) | [virtual] |
Sets/Gets the center point of the 3d cursor.
virtual int Kitware.VTK.vtkImageCursor3D.GetCursorRadius | ( | ) | [virtual] |
Sets/Gets the radius of the cursor. The radius determines how far the axis lines project out from the cursors center.
virtual double Kitware.VTK.vtkImageCursor3D.GetCursorValue | ( | ) | [virtual] |
Sets/Gets what pixel value to draw the cursor in.
override int Kitware.VTK.vtkImageCursor3D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageInPlaceFilter.
static new int Kitware.VTK.vtkImageCursor3D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageInPlaceFilter.
static new vtkImageCursor3D Kitware.VTK.vtkImageCursor3D.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageInPlaceFilter.
static new vtkImageCursor3D Kitware.VTK.vtkImageCursor3D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageInPlaceFilter.
virtual void Kitware.VTK.vtkImageCursor3D.SetCursorPosition | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Sets/Gets the center point of the 3d cursor.
virtual void Kitware.VTK.vtkImageCursor3D.SetCursorPosition | ( | IntPtr | _arg | ) | [virtual] |
Sets/Gets the center point of the 3d cursor.
virtual void Kitware.VTK.vtkImageCursor3D.SetCursorRadius | ( | int | _arg | ) | [virtual] |
Sets/Gets the radius of the cursor. The radius determines how far the axis lines project out from the cursors center.
virtual void Kitware.VTK.vtkImageCursor3D.SetCursorValue | ( | double | _arg | ) | [virtual] |
Sets/Gets what pixel value to draw the cursor in.
static internal IntPtr Kitware.VTK.vtkImageCursor3D.vtkImageCursor3D_GetCursorPosition_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageCursor3D.vtkImageCursor3D_GetCursorPosition_02 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCursor3D.vtkImageCursor3D_GetCursorPosition_03 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkImageCursor3D.vtkImageCursor3D_GetCursorRadius_04 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageCursor3D.vtkImageCursor3D_GetCursorValue_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageCursor3D.vtkImageCursor3D_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageCursor3D.vtkImageCursor3D_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageCursor3D.vtkImageCursor3D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageCursor3D.vtkImageCursor3D_NewInstance_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageCursor3D.vtkImageCursor3D_SafeDownCast_10 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCursor3D.vtkImageCursor3D_SetCursorPosition_11 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCursor3D.vtkImageCursor3D_SetCursorPosition_12 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCursor3D.vtkImageCursor3D_SetCursorRadius_13 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCursor3D.vtkImageCursor3D_SetCursorValue_14 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageCursor3D.MRClassNameKey = "16vtkImageCursor3D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageInPlaceFilter.
new const string Kitware.VTK.vtkImageCursor3D.MRFullTypeName = "Kitware.VTK.vtkImageCursor3D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageInPlaceFilter.