24 #ifndef __vtkImageCursor3D_h
25 #define __vtkImageCursor3D_h
27 #include "vtkImagingHybridModule.h"
28 #include "vtkImageInPlaceFilter.h"
35 void PrintSelf(ostream& os, vtkIndent indent);
40 vtkSetVector3Macro(CursorPosition,
double);
41 vtkGetVector3Macro(CursorPosition,
double);
46 vtkSetMacro(CursorValue,
double);
47 vtkGetMacro(CursorValue,
double);
53 vtkSetMacro(CursorRadius,
int);
54 vtkGetMacro(CursorRadius,
int);
62 double CursorPosition[3];
66 virtual int RequestData(vtkInformation *request,
67 vtkInformationVector** inputVector,
68 vtkInformationVector* outputVector);
Paints a cursor on top of an image or volume.