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];
Paints a cursor on top of an image or volume.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkImageCursor3D * New()
Filter that operates in place.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.