25 #ifndef vtkImageCursor3D_h
26 #define vtkImageCursor3D_h
28 #include "vtkImagingHybridModule.h"
43 vtkSetVector3Macro(CursorPosition,
double);
44 vtkGetVector3Macro(CursorPosition,
double);
52 vtkGetMacro(CursorValue,
double);
61 vtkGetMacro(CursorRadius,
int);
69 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
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkAlgorithm * New()