Documentation for vtkImageCursor3D

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

Super Class: vtkImageInPlaceFilter

Description:

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

 

Methods:

void vtkImageCursor3D ()
static vtkImageCursor3D *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetCursorPosition (float ,float ,float )
void SetCursorPosition (float *)
float *GetCursorPosition ()
void SetCursorValue (float )
float GetCursorValue ()
void SetCursorRadius (int )
int GetCursorRadius ()
void Execute (vtkImageData * ,vtkImageData *)

 

Detailed Method Descriptions:

Sets/Gets the center point of the 3d cursor.

void SetCursorPosition (float ,float ,float )
void SetCursorPosition (float *)
float *GetCursorPosition ()

Sets/Gets what pixel value to draw the cursor in.

void SetCursorValue (float )
float GetCursorValue ()

Sets/Gets the radius of the cursor. The radius determines how far the axis lines project out from the cursors center.

void SetCursorRadius (int )
int GetCursorRadius ()