|
ParaView
|
extends vtkBox to add ParaView specific API. More...
#include <vtkPVBox.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetPosition (double x, double y, double z) |
| void | SetPosition (const double pos[3]) |
| virtual double * | GetPosition () |
| virtual void | GetPosition (double &, double &, double &) |
| virtual void | GetPosition (double[3]) |
| void | SetRotation (double x, double y, double z) |
| void | SetRotation (const double pos[3]) |
| virtual double * | GetRotation () |
| virtual void | GetRotation (double &, double &, double &) |
| virtual void | GetRotation (double[3]) |
| void | SetScale (double x, double y, double z) |
| void | SetScale (const double pos[3]) |
| virtual double * | GetScale () |
| virtual void | GetScale (double &, double &, double &) |
| virtual void | GetScale (double[3]) |
Static Public Member Functions | |
| static vtkPVBox * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVBox * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVBox () | |
| ~vtkPVBox () | |
| void | UpdateTransform () |
Protected Attributes | |
| double | Position [3] |
| double | Rotation [3] |
| double | Scale [3] |
extends vtkBox to add ParaView specific API.
vtkPVBox extends vtkBox to add ParaView specific API.
Definition at line 26 of file vtkPVBox.h.
| vtkPVBox::vtkPVBox | ( | ) | [protected] |
| vtkPVBox::~vtkPVBox | ( | ) | [protected] |
| virtual const char* vtkPVBox::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkBox.
Get/Set Position of the box.
Definition at line 35 of file vtkPVBox.h.
| void vtkPVBox::SetPosition | ( | const double | pos[3] | ) |
Get/Set Position of the box.
| virtual double* vtkPVBox::GetPosition | ( | ) | [virtual] |
Get/Set Position of the box.
Get/Set Position of the box.
| virtual void vtkPVBox::GetPosition | ( | double | [3] | ) | [virtual] |
Get/Set Position of the box.
Get/Set Rotation for the box.
Definition at line 46 of file vtkPVBox.h.
| void vtkPVBox::SetRotation | ( | const double | pos[3] | ) |
Get/Set Rotation for the box.
| virtual double* vtkPVBox::GetRotation | ( | ) | [virtual] |
Get/Set Rotation for the box.
Get/Set Rotation for the box.
| virtual void vtkPVBox::GetRotation | ( | double | [3] | ) | [virtual] |
Get/Set Rotation for the box.
Get/Set Scale for the box.
Definition at line 57 of file vtkPVBox.h.
| void vtkPVBox::SetScale | ( | const double | pos[3] | ) |
Get/Set Scale for the box.
| virtual double* vtkPVBox::GetScale | ( | ) | [virtual] |
Get/Set Scale for the box.
Get/Set Scale for the box.
| virtual void vtkPVBox::GetScale | ( | double | [3] | ) | [virtual] |
Get/Set Scale for the box.
| void vtkPVBox::UpdateTransform | ( | ) | [protected] |
double vtkPVBox::Position[3] [protected] |
Definition at line 72 of file vtkPVBox.h.
double vtkPVBox::Rotation[3] [protected] |
Definition at line 73 of file vtkPVBox.h.
double vtkPVBox::Scale[3] [protected] |
Definition at line 74 of file vtkPVBox.h.
1.7.5.1