12 #ifndef vtkPVTransform_h 13 #define vtkPVTransform_h 30 void SetAbsolutePosition(
double xyz[3]);
31 void SetAbsolutePosition(
double x,
double y,
double z);
32 vtkGetVector3Macro(AbsolutePosition,
double);
39 void SetAbsoluteRotation(
double xyz[3]);
40 void SetAbsoluteRotation(
double x,
double y,
double z);
41 vtkGetVector3Macro(AbsoluteRotation,
double);
48 void SetAbsoluteScale(
double xyz[3]);
49 void SetAbsoluteScale(
double x,
double y,
double z);
50 vtkGetVector3Macro(AbsoluteScale,
double);
57 virtual void UpdateMatrix();
59 double AbsolutePosition[3] = { 0.0, 0.0, 0.0 };
60 double AbsoluteRotation[3] = { 0.0, 0.0, 0.0 };
61 double AbsoluteScale[3] = { 1.0, 1.0, 1.0 };
#define VTKPVVTKEXTENSIONSMISC_EXPORT
void operator=(const vtkObjectBase &)