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.vtkImageCursor3D Class Reference

vtkImageCursor3D - Paints a cursor on top of an image or volume. More...

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

List of all members.

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.

Detailed Description

vtkImageCursor3D - Paints a cursor on top of an image or volume.

Description vtkImageCursor3D will draw a cursor on a 2d image or 3d volume.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageInPlaceFilter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageInPlaceFilter.

Here is the call graph for this function:

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]

Member Data Documentation

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.


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