|
VTK
9.3.1
|
#include <vtkAbstractTransform.h>
Public Member Functions | |
| void | Delete () |
| void | Concatenate (vtkAbstractTransform *transform) |
| add a transform to the list according to Pre/PostMultiply semantics More... | |
| void | Concatenate (const double elements[16]) |
| concatenate with a matrix according to Pre/PostMultiply semantics More... | |
| void | Inverse () |
| invert the concatenation More... | |
| vtkTypeBool | GetInverseFlag () |
| get the inverse flag More... | |
| void | Identity () |
| identity simply clears the transform list More... | |
| void | DeepCopy (vtkTransformConcatenation *transform) |
| int | GetNumberOfTransforms () |
| the number of stored transforms More... | |
| int | GetNumberOfPreTransforms () |
| the number of transforms that were pre-concatenated (note that whenever Inverse() is called, the pre-concatenated and post-concatenated transforms are switched) More... | |
| int | GetNumberOfPostTransforms () |
| the number of transforms that were post-concatenated. More... | |
| vtkAbstractTransform * | GetTransform (int i) |
| get one of the transforms More... | |
| vtkMTimeType | GetMaxMTime () |
| get maximum MTime of all transforms More... | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetPreMultiplyFlag (vtkTypeBool flag) |
| set/get the PreMultiply flag More... | |
| vtkTypeBool | GetPreMultiplyFlag () |
| set/get the PreMultiply flag More... | |
| void | Translate (double x, double y, double z) |
| the three basic linear transformations More... | |
| void | Rotate (double angle, double x, double y, double z) |
| the three basic linear transformations More... | |
| void | Scale (double x, double y, double z) |
| the three basic linear transformations More... | |
Static Public Member Functions | |
| static vtkTransformConcatenation * | New () |
Protected Member Functions | |
| vtkTransformConcatenation () | |
| ~vtkTransformConcatenation () | |
Definition at line 348 of file vtkAbstractTransform.h.
|
protected |
|
protected |
|
inlinestatic |
Definition at line 351 of file vtkAbstractTransform.h.
|
inline |
Definition at line 352 of file vtkAbstractTransform.h.
| void vtkTransformConcatenation::Concatenate | ( | vtkAbstractTransform * | transform | ) |
add a transform to the list according to Pre/PostMultiply semantics
| void vtkTransformConcatenation::Concatenate | ( | const double | elements[16] | ) |
concatenate with a matrix according to Pre/PostMultiply semantics
|
inline |
set/get the PreMultiply flag
Definition at line 368 of file vtkAbstractTransform.h.
|
inline |
set/get the PreMultiply flag
Definition at line 369 of file vtkAbstractTransform.h.
| void vtkTransformConcatenation::Translate | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
the three basic linear transformations
| void vtkTransformConcatenation::Rotate | ( | double | angle, |
| double | x, | ||
| double | y, | ||
| double | z | ||
| ) |
the three basic linear transformations
| void vtkTransformConcatenation::Scale | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
the three basic linear transformations
| void vtkTransformConcatenation::Inverse | ( | ) |
invert the concatenation
|
inline |
get the inverse flag
Definition at line 389 of file vtkAbstractTransform.h.
| void vtkTransformConcatenation::Identity | ( | ) |
identity simply clears the transform list
| void vtkTransformConcatenation::DeepCopy | ( | vtkTransformConcatenation * | transform | ) |
|
inline |
the number of stored transforms
Definition at line 402 of file vtkAbstractTransform.h.
|
inline |
the number of transforms that were pre-concatenated (note that whenever Inverse() is called, the pre-concatenated and post-concatenated transforms are switched)
Definition at line 409 of file vtkAbstractTransform.h.
|
inline |
the number of transforms that were post-concatenated.
Definition at line 414 of file vtkAbstractTransform.h.
| vtkAbstractTransform* vtkTransformConcatenation::GetTransform | ( | int | i | ) |
get one of the transforms
| vtkMTimeType vtkTransformConcatenation::GetMaxMTime | ( | ) |
get maximum MTime of all transforms
| void vtkTransformConcatenation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
protected |
Definition at line 432 of file vtkAbstractTransform.h.
|
protected |
Definition at line 433 of file vtkAbstractTransform.h.
|
protected |
Definition at line 435 of file vtkAbstractTransform.h.
|
protected |
Definition at line 436 of file vtkAbstractTransform.h.
|
protected |
Definition at line 437 of file vtkAbstractTransform.h.
|
protected |
Definition at line 438 of file vtkAbstractTransform.h.
|
protected |
Definition at line 440 of file vtkAbstractTransform.h.
|
protected |
Definition at line 441 of file vtkAbstractTransform.h.
|
protected |
Definition at line 442 of file vtkAbstractTransform.h.
|
protected |
Definition at line 443 of file vtkAbstractTransform.h.
1.8.10