45 #ifndef vtkImageEuclideanToPolar_h
46 #define vtkImageEuclideanToPolar_h
48 #include "vtkImagingGeneralModule.h"
64 vtkSetMacro(ThetaMaximum,
double);
65 vtkGetMacro(ThetaMaximum,
double);
topologically and geometrically regular array of data
Converts 2D Euclidean coordinates to polar.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkImageEuclideanToPolar * New()
void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int ext[6], int id) override
~vtkImageEuclideanToPolar() override=default
vtkImageEuclideanToPolar()
a simple class to control print indentation
Generic filter that has one input.