VTK
Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes
vtkResliceImageViewerMeasurements Class Reference

Manage measurements on a resliced image. More...

#include <vtkResliceImageViewerMeasurements.h>

Inheritance diagram for vtkResliceImageViewerMeasurements:
Inheritance graph
[legend]
Collaboration diagram for vtkResliceImageViewerMeasurements:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void Render ()
virtual void Update ()
virtual void AddItem (vtkAbstractWidget *)
virtual void RemoveItem (vtkAbstractWidget *)
virtual void RemoveAllItems ()
virtual void SetProcessEvents (int)
virtual int GetProcessEvents ()
virtual void ProcessEventsOn ()
virtual void ProcessEventsOff ()
virtual void SetTolerance (double)
virtual double GetTolerance ()
virtual void SetResliceImageViewer (vtkResliceImageViewer *)
virtual vtkResliceImageViewerGetResliceImageViewer ()

Protected Member Functions

 vtkResliceImageViewerMeasurements ()
 ~vtkResliceImageViewerMeasurements ()
bool IsItemOnReslicedPlane (vtkAbstractWidget *w)
bool IsWidgetOnReslicedPlane (vtkDistanceWidget *w)
bool IsWidgetOnReslicedPlane (vtkAngleWidget *w)
bool IsWidgetOnReslicedPlane (vtkBiDimensionalWidget *w)
bool IsWidgetOnReslicedPlane (vtkCaptionWidget *w)
bool IsWidgetOnReslicedPlane (vtkContourWidget *w)
bool IsWidgetOnReslicedPlane (vtkSeedWidget *w)
bool IsWidgetOnReslicedPlane (vtkHandleWidget *w)
bool IsPointOnReslicedPlane (vtkHandleRepresentation *h)
bool IsPositionOnReslicedPlane (double p[3])

Static Protected Member Functions

static void ProcessEventsHandler (vtkObject *object, unsigned long event, void *clientdata, void *calldata)

Protected Attributes

vtkResliceImageViewerResliceImageViewer
vtkCollectionWidgetCollection
vtkCallbackCommandEventCallbackCommand
int ProcessEvents
double Tolerance
typedef vtkObject Superclass
static
vtkResliceImageViewerMeasurements
New ()
static int IsTypeOf (const char *type)
static
vtkResliceImageViewerMeasurements
SafeDownCast (vtkObjectBase *o)
virtual int IsA (const char *type)
vtkResliceImageViewerMeasurementsNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkObjectBaseNewInstanceInternal () const

Detailed Description

Manage measurements on a resliced image.

This class manages measurements on the resliced image. It toggles the the visibility of the measurements based on whether the resliced image is the same orientation as when the measurement was initially placed.

See also:
vtkResliceCursor vtkResliceCursorWidget vtkResliceCursorRepresentation

Definition at line 44 of file vtkResliceImageViewerMeasurements.h.


Member Typedef Documentation

Standard VTK methods.

Reimplemented from vtkObject.

Definition at line 51 of file vtkResliceImageViewerMeasurements.h.


Constructor & Destructor Documentation


Member Function Documentation

Standard VTK methods.

Reimplemented from vtkObject.

static int vtkResliceImageViewerMeasurements::IsTypeOf ( const char *  type) [static]

Standard VTK methods.

Reimplemented from vtkObject.

virtual int vtkResliceImageViewerMeasurements::IsA ( const char *  type) [virtual]

Standard VTK methods.

Reimplemented from vtkObject.

Standard VTK methods.

Reimplemented from vtkObject.

Standard VTK methods.

Reimplemented from vtkObject.

Standard VTK methods.

Reimplemented from vtkObject.

void vtkResliceImageViewerMeasurements::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Standard VTK methods.

Reimplemented from vtkObject.

virtual void vtkResliceImageViewerMeasurements::Render ( ) [virtual]

Render the measurements.

Add / remove a measurement widget

Add / remove a measurement widget

Add / remove a measurement widget

Methods to change whether the widget responds to interaction. Set this to Off to disable interaction. On by default. Subclasses must overide SetProcessEvents() to make sure that they pass on the flag to all component widgets.

Methods to change whether the widget responds to interaction. Set this to Off to disable interaction. On by default. Subclasses must overide SetProcessEvents() to make sure that they pass on the flag to all component widgets.

Methods to change whether the widget responds to interaction. Set this to Off to disable interaction. On by default. Subclasses must overide SetProcessEvents() to make sure that they pass on the flag to all component widgets.

Methods to change whether the widget responds to interaction. Set this to Off to disable interaction. On by default. Subclasses must overide SetProcessEvents() to make sure that they pass on the flag to all component widgets.

Tolerance for Point-in-Plane check

Tolerance for Point-in-Plane check

Set the reslice image viewer. This is automatically done in the class vtkResliceImageViewer

Set the reslice image viewer. This is automatically done in the class vtkResliceImageViewer

virtual void vtkResliceImageViewerMeasurements::Update ( ) [virtual]

Update the measurements. This is automatically called when the reslice cursor's axes are change.

Check if a measurement widget is on the resliced plane.

Check if a measurement widget is on the resliced plane.

Check if a measurement widget is on the resliced plane.

Check if a measurement widget is on the resliced plane.

Check if a measurement widget is on the resliced plane.

Check if a measurement widget is on the resliced plane.

Check if a measurement widget is on the resliced plane.

Check if a measurement widget is on the resliced plane.

Check if a measurement widget is on the resliced plane.

Check if a measurement widget is on the resliced plane.

static void vtkResliceImageViewerMeasurements::ProcessEventsHandler ( vtkObject object,
unsigned long  event,
void *  clientdata,
void *  calldata 
) [static, protected]

Member Data Documentation

Definition at line 114 of file vtkResliceImageViewerMeasurements.h.

Definition at line 115 of file vtkResliceImageViewerMeasurements.h.

Definition at line 118 of file vtkResliceImageViewerMeasurements.h.

Definition at line 122 of file vtkResliceImageViewerMeasurements.h.

Definition at line 125 of file vtkResliceImageViewerMeasurements.h.


The documentation for this class was generated from the following file: