25 #ifndef vtkResliceImageViewerMeasurements_h
26 #define vtkResliceImageViewerMeasurements_h
56 virtual void Render();
62 virtual void RemoveAllItems();
70 vtkSetClampMacro(ProcessEvents,
int, 0, 1);
71 vtkGetMacro(ProcessEvents,
int);
72 vtkBooleanMacro(ProcessEvents,
int);
77 vtkSetMacro( Tolerance,
double );
78 vtkGetMacro( Tolerance,
double );
107 bool IsPositionOnReslicedPlane(
double p[3] );
111 static void ProcessEventsHandler(
vtkObject*
object,
unsigned long event,
112 void* clientdata,
void* calldata);
abstract base class for most VTK objects
abstract class for representing widget handles
vtkCollection * WidgetCollection
Manage measurements on a resliced image.
supports function callbacks
virtual void PrintSelf(ostream &os, vtkIndent indent)
#define VTKINTERACTIONIMAGE_EXPORT
a simple class to control print indentation
create and manipulate unsorted lists of objects
vtkCallbackCommand * EventCallbackCommand
vtkResliceImageViewer * ResliceImageViewer
Display an image along with a reslice cursor.