23 #ifndef vtkImageEuclideanToPolar_h
24 #define vtkImageEuclideanToPolar_h
26 #include "vtkImagingGeneralModule.h"
42 vtkSetMacro(ThetaMaximum,
double);
43 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()
~vtkImageEuclideanToPolar() override
void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int ext[6], int id) override
vtkImageEuclideanToPolar()
a simple class to control print indentation
Generic filter that has one input.