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