Go to the documentation of this file.
25 #ifndef vtkmCoordinateSystemTransform_h
26 #define vtkmCoordinateSystemTransform_h
29 #include "vtkAcceleratorsVTKmModule.h"
33 enum struct TransformTypes {None, CarToCyl, CylToCar, CarToSph, SphToCar};
40 void SetCartesianToCylindrical();
41 void SetCylindricalToCartesian();
43 void SetCartesianToSpherical();
44 void SetSphericalToCartesian();
61 TransformTypes TransformType;
64 #endif // vtkmCoordinateSystemTransform_h
Superclass for algorithms that produce output of the same type as input.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkPointSetAlgorithm * New()
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.