|
ParaView
|
baseclass for all ParaView vtkTransform class. More...
#include <vtkPVTransform.h>


baseclass for all ParaView vtkTransform class.
vtkPVTransform extend vtkTransform in the sens that it extend the vtkTransform API with absolute position/rotation/scale change and not incremental one like the vtkTransform does.
Definition at line 29 of file vtkPVTransform.h.
| vtkPVTransform::vtkPVTransform | ( | ) | [protected] |
| vtkPVTransform::~vtkPVTransform | ( | ) | [protected] |
| static vtkPVTransform* vtkPVTransform::New | ( | ) | [static] |
Reimplemented from vtkTransform.
| virtual const char* vtkPVTransform::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkTransform.
| static int vtkPVTransform::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkTransform.
| virtual int vtkPVTransform::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkTransform.
| static vtkPVTransform* vtkPVTransform::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkTransform.
| void vtkPVTransform::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkTransform.
| void vtkPVTransform::SetAbsolutePosition | ( | double | xyz[3] | ) |
Get/Set Position of the transform.
Get/Set Position of the transform.
| virtual double* vtkPVTransform::GetAbsolutePosition | ( | ) | [virtual] |
Get/Set Position of the transform.
Get/Set Position of the transform.
| virtual void vtkPVTransform::GetAbsolutePosition | ( | double | [3] | ) | [virtual] |
Get/Set Position of the transform.
| void vtkPVTransform::SetAbsoluteRotation | ( | double | xyz[3] | ) |
Get/Set Rotation for the transform.
Get/Set Rotation for the transform.
| virtual double* vtkPVTransform::GetAbsoluteRotation | ( | ) | [virtual] |
Get/Set Rotation for the transform.
Get/Set Rotation for the transform.
| virtual void vtkPVTransform::GetAbsoluteRotation | ( | double | [3] | ) | [virtual] |
Get/Set Rotation for the transform.
| void vtkPVTransform::SetAbsoluteScale | ( | double | xyz[3] | ) |
Get/Set Scale for the transform.
Get/Set Scale for the transform.
| virtual double* vtkPVTransform::GetAbsoluteScale | ( | ) | [virtual] |
Get/Set Scale for the transform.
Get/Set Scale for the transform.
| virtual void vtkPVTransform::GetAbsoluteScale | ( | double | [3] | ) | [virtual] |
Get/Set Scale for the transform.
| void vtkPVTransform::UpdateMatrix | ( | ) | [protected] |
double vtkPVTransform::AbsolutePosition[3] [protected] |
Definition at line 64 of file vtkPVTransform.h.
double vtkPVTransform::AbsoluteRotation[3] [protected] |
Definition at line 65 of file vtkPVTransform.h.
double vtkPVTransform::AbsoluteScale[3] [protected] |
Definition at line 66 of file vtkPVTransform.h.
vtkTransform* vtkPVTransform::AbsoluteTransform [protected] |
Definition at line 67 of file vtkPVTransform.h.
1.7.5.1