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];
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