14#ifndef vtkImageEuclideanToPolar_h
15#define vtkImageEuclideanToPolar_h
17#include "vtkImagingGeneralModule.h"
20VTK_ABI_NAMESPACE_BEGIN
34 vtkSetMacro(ThetaMaximum,
double);
35 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.
void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int ext[6], int id) override
~vtkImageEuclideanToPolar() override=default
static vtkImageEuclideanToPolar * New()
vtkImageEuclideanToPolar()
a simple class to control print indentation
Generic filter that has one input.