39#ifndef vtkAbstractTransform_h
40#define vtkAbstractTransform_h
42#include "vtkCommonTransformsModule.h"
226 int nOptionalVectors = 0,
vtkDataArray** inVrsArr =
nullptr,
280 const float in[3],
float out[3],
float derivative[3][3]) = 0;
282 const double in[3],
double out[3],
double derivative[3][3]) = 0;
337 std::mutex UpdateMutex;
338 std::mutex InverseMutex;
339 int DependsOnInverse;
367 this->ForwardTransform = this->InverseTransform;
368 this->InverseTransform = tmp;
405 void Rotate(
double angle,
double x,
double y,
double z);
406 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
record modification and/or execution time
vtkTypeUInt32 vtkMTimeType
#define VTK_SIZEHINT(...)