13#ifndef vtkImageCursor3D_h 
   14#define vtkImageCursor3D_h 
   17#include "vtkImagingHybridModule.h"  
   19VTK_ABI_NAMESPACE_BEGIN
 
   31  vtkSetVector3Macro(CursorPosition, 
double);
 
   32  vtkGetVector3Macro(CursorPosition, 
double);
 
   39  vtkSetMacro(CursorValue, 
double);
 
   40  vtkGetMacro(CursorValue, 
double);
 
   48  vtkSetMacro(CursorRadius, 
int);
 
   49  vtkGetMacro(CursorRadius, 
int);
 
   56  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