Connect three vtkImagePlaneWidgets together.
More...
#include <vtkImageOrthoPlanes.h>
Inherits vtkObject.
Connect three vtkImagePlaneWidgets together.
vtkImageOrthoPlanes is an event observer class that listens to the events from three vtkImagePlaneWidgets and keeps their orientations and scales synchronized.
- See Also
- vtkImagePlaneWidget
- Thanks:
- Thanks to Atamai Inc. for developing and contributing this class.
- Tests:
- vtkImageOrthoPlanes (Tests)
Definition at line 40 of file vtkImageOrthoPlanes.h.
vtkImageOrthoPlanes::vtkImageOrthoPlanes |
( |
| ) |
|
|
protected |
vtkImageOrthoPlanes::~vtkImageOrthoPlanes |
( |
| ) |
|
|
protected |
static int vtkImageOrthoPlanes::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageOrthoPlanes::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageOrthoPlanes::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageOrthoPlanes::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
You must set three planes for the widget.
You must set three planes for the widget.
void vtkImageOrthoPlanes::ResetPlanes |
( |
| ) |
|
Reset the planes to original scale, rotation, and location.
A public method to be used only by the event callback.
void vtkImageOrthoPlanes::HandlePlaneRotation |
( |
vtkImagePlaneWidget * |
imagePlaneWidget, |
|
|
int |
indexOfModifiedPlane |
|
) |
| |
|
protected |
void vtkImageOrthoPlanes::HandlePlanePush |
( |
vtkImagePlaneWidget * |
imagePlaneWidget, |
|
|
int |
indexOfModifiedPlane |
|
) |
| |
|
protected |
void vtkImageOrthoPlanes::HandlePlaneTranslate |
( |
vtkImagePlaneWidget * |
imagePlaneWidget, |
|
|
int |
indexOfModifiedPlane |
|
) |
| |
|
protected |
void vtkImageOrthoPlanes::HandlePlaneScale |
( |
vtkImagePlaneWidget * |
imagePlaneWidget, |
|
|
int |
indexOfModifiedPlane |
|
) |
| |
|
protected |
void vtkImageOrthoPlanes::GetBounds |
( |
double |
bounds[3] | ) |
|
|
protected |
double vtkImageOrthoPlanes::Origin[3][3] |
|
protected |
double vtkImageOrthoPlanes::Point1[3][3] |
|
protected |
double vtkImageOrthoPlanes::Point2[3][3] |
|
protected |
int vtkImageOrthoPlanes::NumberOfPlanes |
|
protected |
long* vtkImageOrthoPlanes::ObserverTags |
|
protected |
The documentation for this class was generated from the following file: