31 #ifndef vtkCylindricalTransform_h 32 #define vtkCylindricalTransform_h 34 #include "vtkCommonTransformsModule.h" 51 ~vtkCylindricalTransform() VTK_OVERRIDE;
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;
80 vtkCylindricalTransform(const vtkCylindricalTransform&) VTK_DELETE_FUNCTION;
81 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...