#include <vtkSMBoxProxy.h>
Inheritance diagram for vtkSMBoxProxy:


Public Member Functions | |
| vtkTypeRevisionMacro (vtkSMBoxProxy, vtkSMProxy) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | UpdateVTKObjects () |
| virtual void | SetPosition (double, double, double) |
| virtual void | SetPosition (double[3]) |
| virtual double * | GetPosition () |
| virtual void | GetPosition (double &, double &, double &) |
| virtual void | GetPosition (double[3]) |
| virtual void | SetRotation (double, double, double) |
| virtual void | SetRotation (double[3]) |
| virtual double * | GetRotation () |
| virtual void | GetRotation (double &, double &, double &) |
| virtual void | GetRotation (double[3]) |
| virtual void | SetScale (double, double, double) |
| virtual void | SetScale (double[3]) |
| virtual double * | GetScale () |
| virtual void | GetScale (double &, double &, double &) |
| virtual void | GetScale (double[3]) |
Static Public Member Functions | |
| vtkSMBoxProxy * | New () |
Protected Member Functions | |
| vtkSMBoxProxy () | |
| ~vtkSMBoxProxy () | |
| void | GetMatrix (vtkMatrix4x4 *mat) |
Protected Attributes | |
| double | Position [3] |
| double | Rotation [3] |
| double | Scale [3] |
vtkSMBoxProxy provides a Position/Rotation/Scale interface to vtkBox.
Definition at line 28 of file vtkSMBoxProxy.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkSMProxy. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkSMProxy. |
|
||||||||||||||||
|
Get/Set Position of the box. |
|
|
Get/Set Position of the box. |
|
|
Get/Set Position of the box. |
|
||||||||||||||||
|
Get/Set Position of the box. |
|
|
Get/Set Position of the box. |
|
||||||||||||||||
|
Get/Set Rotation for the box. |
|
|
Get/Set Rotation for the box. |
|
|
Get/Set Rotation for the box. |
|
||||||||||||||||
|
Get/Set Rotation for the box. |
|
|
Get/Set Rotation for the box. |
|
||||||||||||||||
|
Get/Set Scale for the box. |
|
|
Get/Set Scale for the box. |
|
|
Get/Set Scale for the box. |
|
||||||||||||||||
|
Get/Set Scale for the box. |
|
|
Get/Set Scale for the box. |
|
|
Push values on to the VTK objects. This computes the transform matrix from the Position/Scale/Rotation values and sets that on to the vtkBox Reimplemented from vtkSMProxy. |
|
|
Computes the transform matrix from Position/Rotation/Scale |
|
|
Definition at line 62 of file vtkSMBoxProxy.h. |
|
|
Definition at line 63 of file vtkSMBoxProxy.h. |
|
|
Definition at line 64 of file vtkSMBoxProxy.h. |
1.3.5