22 #ifndef vtkImageCursor3D_h 23 #define vtkImageCursor3D_h 26 #include "vtkImagingHybridModule.h" 39 vtkSetVector3Macro(CursorPosition,
double);
40 vtkGetVector3Macro(CursorPosition,
double);
47 vtkSetMacro(CursorValue,
double);
48 vtkGetMacro(CursorValue,
double);
56 vtkSetMacro(CursorRadius,
int);
57 vtkGetMacro(CursorRadius,
int);
64 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
~vtkImageCursor3D() override
static vtkAlgorithm * New()