25 #ifndef vtkImageCursor3D_h
26 #define vtkImageCursor3D_h
29 #include "vtkImagingHybridModule.h"
42 vtkSetVector3Macro(CursorPosition,
double);
43 vtkGetVector3Macro(CursorPosition,
double);
50 vtkSetMacro(CursorValue,
double);
51 vtkGetMacro(CursorValue,
double);
59 vtkSetMacro(CursorRadius,
int);
60 vtkGetMacro(CursorRadius,
int);
67 double CursorPosition[3];
Filter that operates in place.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Paints a cursor on top of an image or volume.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called in response to a REQUEST_DATA request from the executive.
a simple class to control print indentation
static vtkAlgorithm * New()