24 #ifndef __vtkImageCursor3D_h
25 #define __vtkImageCursor3D_h
39 vtkSetVector3Macro(CursorPosition,
double);
40 vtkGetVector3Macro(CursorPosition,
double);
45 vtkSetMacro(CursorValue,
double);
46 vtkGetMacro(CursorValue,
double);
52 vtkSetMacro(CursorRadius,
int);
53 vtkGetMacro(CursorRadius,
int);
61 double CursorPosition[3];
Filter that operates in place.
Paints a cursor on top of an image or volume.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
static vtkAlgorithm * New()