34 #ifndef vtkCylindricalTransform_h
35 #define vtkCylindricalTransform_h
37 #include "vtkCommonTransformsModule.h"
54 ~vtkCylindricalTransform() VTK_OVERRIDE;
65 void ForwardTransformPoint(const
float in[3],
float out[3]) VTK_OVERRIDE;
66 void ForwardTransformPoint(const
double in[3],
double out[3]) VTK_OVERRIDE;
69 void ForwardTransformDerivative(const
float in[3],
float out[3],
70 float derivative[3][3]) VTK_OVERRIDE;
71 void ForwardTransformDerivative(const
double in[3],
double out[3],
72 double derivative[3][3]) VTK_OVERRIDE;
74 void InverseTransformPoint(const
float in[3],
float out[3]) VTK_OVERRIDE;
75 void InverseTransformPoint(const
double in[3],
double out[3]) VTK_OVERRIDE;
77 void InverseTransformDerivative(const
float in[3],
float out[3],
78 float derivative[3][3]) VTK_OVERRIDE;
79 void InverseTransformDerivative(const
double in[3],
double out[3],
80 double derivative[3][3]) VTK_OVERRIDE;
83 vtkCylindricalTransform(const vtkCylindricalTransform&) VTK_DELETE_FUNCTION;
84 void operator=(const vtkCylindricalTransform&) VTK_DELETE_FUNCTION;
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...