26 #ifndef vtkResliceImageViewerMeasurements_h
27 #define vtkResliceImageViewerMeasurements_h
29 #include "vtkInteractionImageModule.h"
61 virtual void Render();
69 virtual void RemoveAllItems();
79 vtkSetClampMacro(ProcessEvents,
int, 0, 1);
80 vtkGetMacro(ProcessEvents,
int);
89 vtkGetMacro( Tolerance,
double );
124 bool IsPositionOnReslicedPlane(
double p[3] );
128 static void ProcessEventsHandler(
vtkObject*
object,
unsigned long event,
129 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
virtual void Update()
Updates the extensions string.
Manage measurements on a resliced image.
supports function callbacks
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
create and manipulate unsorted lists of objects
vtkCallbackCommand * EventCallbackCommand
vtkResliceImageViewer * ResliceImageViewer
Display an image along with a reslice cursor.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...