27#ifndef vtkAbstractTransform_h
28#define vtkAbstractTransform_h
30#include "vtkCommonTransformsModule.h"
34VTK_ABI_NAMESPACE_BEGIN
214 int nOptionalVectors = 0,
vtkDataArray** inVrsArr =
nullptr,
270 const
float in[3],
float out[3],
float derivative[3][3]) = 0;
272 const
double in[3],
double out[3],
double derivative[3][3]) = 0;
326 vtkInternals* Internals;
347 this->ForwardTransform = this->InverseTransform;
348 this->InverseTransform = tmp;
385 void Rotate(
double angle,
double x,
double y,
double z);
386 void Scale(
double x,
double y,
double z);
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
represent and manipulate 3D points
vtkTypeUInt32 vtkMTimeType
#define VTK_SIZEHINT(...)
#define VTK_MARSHAL_EXCLUDE_REASON_IS_INTERNAL
#define VTK_MARSHALEXCLUDE(reason)