22 #ifndef vtkImageCursor3D_h 23 #define vtkImageCursor3D_h 25 #include "vtkImagingHybridModule.h" 40 vtkSetVector3Macro(CursorPosition,
double);
41 vtkGetVector3Macro(CursorPosition,
double);
49 vtkGetMacro(CursorValue,
double);
58 vtkGetMacro(CursorRadius,
int);
66 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
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkAlgorithm * New()