GOFIGURE2
0.9.0
|
orthogonal hexahedron 3D widget with pre-defined orientation More...
#include <Code/ExternalCode/MegaVTK/vtkRenderingAddOn/vtkOrientedBoxWidget.h>
Public Member Functions | |
virtual void | SetOrientationMatrix (vtkMatrix4x4 *matrix) |
vtkGetObjectMacro (OrientationMatrix, vtkMatrix4x4) | |
Get the orientation matrix of the vtkBoxWidget. More... | |
vtkTypeRevisionMacro (vtkOrientedBoxWidget, vtkBoxWidget) | |
Static Public Member Functions | |
static vtkOrientedBoxWidget * | New () |
Convenient method to access the constructor. More... | |
Protected Member Functions | |
virtual void | OnMouseMove () |
vtkOrientedBoxWidget () | |
~vtkOrientedBoxWidget () | |
Protected Attributes | |
vtkMatrix4x4 * | InvertedOrientationMatrix |
vtkMatrix4x4 * | OrientationMatrix |
orthogonal hexahedron 3D widget with pre-defined orientation
Description
This 3D widget defines a region of interest. By default it behaves exactly as the vtkBoxWidget class does. But if the user set the Orientation matrix with SetOrientationMatrix() then all the actors of the widgets (handles, hexahedron, etc) will be oriented according to the argument.
Definition at line 90 of file vtkOrientedBoxWidget.h.
|
protected |
Definition at line 97 of file vtkOrientedBoxWidget.cxx.
|
protected |
Definition at line 107 of file vtkOrientedBoxWidget.cxx.
|
static |
Convenient method to access the constructor.
|
protectedvirtual |
Definition at line 144 of file vtkOrientedBoxWidget.cxx.
|
virtual |
Definition at line 114 of file vtkOrientedBoxWidget.cxx.
vtkOrientedBoxWidget::vtkGetObjectMacro | ( | OrientationMatrix | , |
vtkMatrix4x4 | |||
) |
Get the orientation matrix of the vtkBoxWidget.
vtkOrientedBoxWidget::vtkTypeRevisionMacro | ( | vtkOrientedBoxWidget | , |
vtkBoxWidget | |||
) |
|
protected |
Definition at line 116 of file vtkOrientedBoxWidget.h.
|
protected |
Definition at line 115 of file vtkOrientedBoxWidget.h.