29#ifndef vtkGeneralTransform_h
30#define vtkGeneralTransform_h
33#include "vtkCommonTransformsModule.h"
84 void RotateWXYZ(
double angle,
double x,
double y,
double z)
90 this->
RotateWXYZ(angle, axis[0], axis[1], axis[2]);
94 this->
RotateWXYZ(angle, axis[0], axis[1], axis[2]);
116 void Scale(
const double s[3]) { this->
Scale(s[0], s[1], s[2]); }
117 void Scale(
const float s[3]) { this->
Scale(s[0], s[1], s[2]); }
178 return this->
Concatenation->GetNumberOfTransforms() + (this->
Input ==
nullptr ? 0 : 1);
190 if (this->
Input ==
nullptr)
194 else if (i < this->
Concatenation->GetNumberOfPreTransforms())
198 else if (i > this->
Concatenation->GetNumberOfPreTransforms())
204 return this->
Input->GetInverse();
240 if (this->
Stack ==
nullptr)
256 if (this->
Stack ==
nullptr)
281 const float in[3],
float out[3],
float derivative[3][3])
override;
283 const double in[3],
double out[3],
double derivative[3][3])
override;
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
double Element[4][4]
The internal data is public for historical reasons. Do not use!
virtual void Modified()
Update the modification time for this object.
vtkTypeUInt32 vtkMTimeType