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