24 #ifndef __vtkImageCursor3D_h
25 #define __vtkImageCursor3D_h
27 #include "vtkImagingHybridModule.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];
67 vtkInformationVector** inputVector,
68 vtkInformationVector* outputVector);
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)
static vtkAlgorithm * New()