31 #ifndef vtkCylindricalTransform_h 32 #define vtkCylindricalTransform_h 34 #include "vtkCommonTransformsModule.h" 62 void ForwardTransformPoint(const
float in[3],
float out[3]) VTK_OVERRIDE;
63 void ForwardTransformPoint(const
double in[3],
double out[3]) VTK_OVERRIDE;
66 void ForwardTransformDerivative(const
float in[3],
float out[3],
67 float derivative[3][3]) VTK_OVERRIDE;
68 void ForwardTransformDerivative(const
double in[3],
double out[3],
69 double derivative[3][3]) VTK_OVERRIDE;
71 void InverseTransformPoint(const
float in[3],
float out[3]) VTK_OVERRIDE;
72 void InverseTransformPoint(const
double in[3],
double out[3]) VTK_OVERRIDE;
74 void InverseTransformDerivative(const
float in[3],
float out[3],
75 float derivative[3][3]) VTK_OVERRIDE;
76 void InverseTransformDerivative(const
double in[3],
double out[3],
77 double derivative[3][3]) VTK_OVERRIDE;
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...