25 #ifndef vtkmCoordinateSystemTransform_h 26 #define vtkmCoordinateSystemTransform_h 28 #include "vtkAcceleratorsVTKmModule.h" 33 enum struct TransformTypes
44 void PrintSelf(ostream& os,
vtkIndent indent)
override;
48 void SetCartesianToCylindrical();
49 void SetCylindricalToCartesian();
51 void SetCartesianToSpherical();
52 void SetSphericalToCartesian();
68 TransformTypes TransformType;
71 #endif // vtkmCoordinateSystemTransform_h
a simple class to control print indentation
Superclass for algorithms that produce output of the same type as input.