baseclass for all ParaView vtkTransform class.
More...
#include <vtkPVTransform.h>
Inherits vtkTransform.
|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
|
void | SetAbsolutePosition (double xyz[3]) |
| Get/Set Position of the transform. More...
|
|
void | SetAbsolutePosition (double x, double y, double z) |
| Get/Set Position of the transform. More...
|
|
virtual double * | GetAbsolutePosition () |
| Get/Set Position of the transform. More...
|
|
virtual void | GetAbsolutePosition (double &, double &, double &) |
| Get/Set Position of the transform. More...
|
|
virtual void | GetAbsolutePosition (double [3]) |
| Get/Set Position of the transform. More...
|
|
|
void | SetAbsoluteRotation (double xyz[3]) |
| Get/Set Rotation for the transform. More...
|
|
void | SetAbsoluteRotation (double x, double y, double z) |
| Get/Set Rotation for the transform. More...
|
|
virtual double * | GetAbsoluteRotation () |
| Get/Set Rotation for the transform. More...
|
|
virtual void | GetAbsoluteRotation (double &, double &, double &) |
| Get/Set Rotation for the transform. More...
|
|
virtual void | GetAbsoluteRotation (double [3]) |
| Get/Set Rotation for the transform. More...
|
|
|
void | SetAbsoluteScale (double xyz[3]) |
| Get/Set Scale for the transform. More...
|
|
void | SetAbsoluteScale (double x, double y, double z) |
| Get/Set Scale for the transform. More...
|
|
virtual double * | GetAbsoluteScale () |
| Get/Set Scale for the transform. More...
|
|
virtual void | GetAbsoluteScale (double &, double &, double &) |
| Get/Set Scale for the transform. More...
|
|
virtual void | GetAbsoluteScale (double [3]) |
| Get/Set Scale for the transform. More...
|
|
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 31 of file vtkPVTransform.h.
§ Superclass
§ vtkPVTransform()
vtkPVTransform::vtkPVTransform |
( |
| ) |
|
|
protected |
§ ~vtkPVTransform()
vtkPVTransform::~vtkPVTransform |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkPVTransform::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkPVTransform::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkPVTransform::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkPVTransform::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ SetAbsolutePosition() [1/2]
void vtkPVTransform::SetAbsolutePosition |
( |
double |
xyz[3] | ) |
|
Get/Set Position of the transform.
§ SetAbsolutePosition() [2/2]
void vtkPVTransform::SetAbsolutePosition |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
Get/Set Position of the transform.
§ GetAbsolutePosition() [1/3]
virtual double* vtkPVTransform::GetAbsolutePosition |
( |
| ) |
|
|
virtual |
Get/Set Position of the transform.
§ GetAbsolutePosition() [2/3]
virtual void vtkPVTransform::GetAbsolutePosition |
( |
double & |
, |
|
|
double & |
, |
|
|
double & |
|
|
) |
| |
|
virtual |
Get/Set Position of the transform.
§ GetAbsolutePosition() [3/3]
virtual void vtkPVTransform::GetAbsolutePosition |
( |
double |
[3] | ) |
|
|
virtual |
Get/Set Position of the transform.
§ SetAbsoluteRotation() [1/2]
void vtkPVTransform::SetAbsoluteRotation |
( |
double |
xyz[3] | ) |
|
Get/Set Rotation for the transform.
§ SetAbsoluteRotation() [2/2]
void vtkPVTransform::SetAbsoluteRotation |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
Get/Set Rotation for the transform.
§ GetAbsoluteRotation() [1/3]
virtual double* vtkPVTransform::GetAbsoluteRotation |
( |
| ) |
|
|
virtual |
Get/Set Rotation for the transform.
§ GetAbsoluteRotation() [2/3]
virtual void vtkPVTransform::GetAbsoluteRotation |
( |
double & |
, |
|
|
double & |
, |
|
|
double & |
|
|
) |
| |
|
virtual |
Get/Set Rotation for the transform.
§ GetAbsoluteRotation() [3/3]
virtual void vtkPVTransform::GetAbsoluteRotation |
( |
double |
[3] | ) |
|
|
virtual |
Get/Set Rotation for the transform.
§ SetAbsoluteScale() [1/2]
void vtkPVTransform::SetAbsoluteScale |
( |
double |
xyz[3] | ) |
|
Get/Set Scale for the transform.
§ SetAbsoluteScale() [2/2]
void vtkPVTransform::SetAbsoluteScale |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
Get/Set Scale for the transform.
§ GetAbsoluteScale() [1/3]
virtual double* vtkPVTransform::GetAbsoluteScale |
( |
| ) |
|
|
virtual |
Get/Set Scale for the transform.
§ GetAbsoluteScale() [2/3]
virtual void vtkPVTransform::GetAbsoluteScale |
( |
double & |
, |
|
|
double & |
, |
|
|
double & |
|
|
) |
| |
|
virtual |
Get/Set Scale for the transform.
§ GetAbsoluteScale() [3/3]
virtual void vtkPVTransform::GetAbsoluteScale |
( |
double |
[3] | ) |
|
|
virtual |
Get/Set Scale for the transform.
§ UpdateMatrix()
void vtkPVTransform::UpdateMatrix |
( |
| ) |
|
|
protected |
§ AbsolutePosition
double vtkPVTransform::AbsolutePosition[3] |
|
protected |
§ AbsoluteRotation
double vtkPVTransform::AbsoluteRotation[3] |
|
protected |
§ AbsoluteScale
double vtkPVTransform::AbsoluteScale[3] |
|
protected |
§ AbsoluteTransform
vtkTransform* vtkPVTransform::AbsoluteTransform |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/ParaView-v5.2.0/ParaViewCore/VTKExtensions/Default/vtkPVTransform.h