14 #ifndef vtkResliceImageViewerMeasurements_h
15 #define vtkResliceImageViewerMeasurements_h
17 #include "vtkInteractionImageModule.h"
20 VTK_ABI_NAMESPACE_BEGIN
49 virtual void Render();
57 virtual void RemoveAllItems();
76 vtkSetMacro(Tolerance,
double);
77 vtkGetMacro(Tolerance,
double);
93 virtual void Update();
112 bool IsPositionOnReslicedPlane(
double p[3]);
116 static void ProcessEventsHandler(
117 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
137 VTK_ABI_NAMESPACE_END
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...