vtkOrientedGridTransform - arbitrarily oriented displacement field deformation transformation.
More...
#include <Libs/vtkAddon/vtkOrientedGridTransform.h>
vtkOrientedGridTransform - arbitrarily oriented displacement field deformation transformation.
This transforms extends vtkGridTransform to arbitrary grid orientation.
Definition at line 24 of file vtkOrientedGridTransform.h.
◆ Superclass
◆ Events
◆ vtkOrientedGridTransform()
| vtkOrientedGridTransform::vtkOrientedGridTransform |
( |
| ) |
|
|
protected |
◆ ~vtkOrientedGridTransform()
| vtkOrientedGridTransform::~vtkOrientedGridTransform |
( |
| ) |
|
|
protected |
◆ ForwardTransformDerivative()
| void vtkOrientedGridTransform::ForwardTransformDerivative |
( |
const double |
in[3], |
|
|
double |
out[3], |
|
|
double |
derivative[3][3] |
|
) |
| |
|
protected |
◆ ForwardTransformPoint()
| void vtkOrientedGridTransform::ForwardTransformPoint |
( |
const double |
in[3], |
|
|
double |
out[3] |
|
) |
| |
|
protected |
◆ GetClassName()
| virtual const char* vtkOrientedGridTransform::GetClassName |
( |
| ) |
|
|
virtual |
◆ GetGridDirectionMatrix()
| virtual vtkMatrix4x4* vtkOrientedGridTransform::GetGridDirectionMatrix |
( |
| ) |
|
|
virtual |
◆ InternalDeepCopy()
| void vtkOrientedGridTransform::InternalDeepCopy |
( |
vtkAbstractTransform * |
transform | ) |
|
|
protected |
◆ InternalUpdate()
| void vtkOrientedGridTransform::InternalUpdate |
( |
| ) |
|
|
protected |
◆ InverseTransformDerivative()
| void vtkOrientedGridTransform::InverseTransformDerivative |
( |
const double |
in[3], |
|
|
double |
out[3], |
|
|
double |
derivative[3][3] |
|
) |
| |
|
protected |
◆ IsA()
| virtual int vtkOrientedGridTransform::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ IsTypeOf()
| static int vtkOrientedGridTransform::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ MakeTransform()
| vtkAbstractTransform* vtkOrientedGridTransform::MakeTransform |
( |
| ) |
|
◆ New()
◆ PrintSelf()
| virtual void vtkOrientedGridTransform::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
◆ SafeDownCast()
◆ SetGridDirectionMatrix()
| virtual void vtkOrientedGridTransform::SetGridDirectionMatrix |
( |
vtkMatrix4x4 * |
| ) |
|
|
virtual |
◆ GridDirectionMatrix
| vtkMatrix4x4* vtkOrientedGridTransform::GridDirectionMatrix |
|
protected |
◆ GridIndexToOutputTransformMatrixCached
| vtkMatrix4x4* vtkOrientedGridTransform::GridIndexToOutputTransformMatrixCached |
|
protected |
◆ LastWarningMTime
| vtkMTimeType vtkOrientedGridTransform::LastWarningMTime |
|
protected |
◆ OutputToGridIndexTransformMatrixCached
| vtkMatrix4x4* vtkOrientedGridTransform::OutputToGridIndexTransformMatrixCached |
|
protected |
The documentation for this class was generated from the following file: