26 #ifndef vtkResliceImageViewerMeasurements_h 27 #define vtkResliceImageViewerMeasurements_h 29 #include "vtkInteractionImageModule.h" 60 virtual void Render();
68 virtual void RemoveAllItems();
87 vtkSetMacro(Tolerance,
double);
88 vtkGetMacro(Tolerance,
double);
104 virtual void Update();
123 bool IsPositionOnReslicedPlane(
double p[3]);
127 static void ProcessEventsHandler(
128 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
abstract base class for most VTK objects
abstract class for representing widget handles
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkCollection * WidgetCollection
Manage measurements on a resliced image.
supports function callbacks
vtkTypeBool ProcessEvents
a simple class to control print indentation
create and manipulate ordered lists of objects
vtkCallbackCommand * EventCallbackCommand
vtkResliceImageViewer * ResliceImageViewer
Display an image along with a reslice cursor.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...