33#ifndef vtkImageEuclideanToPolar_h
34#define vtkImageEuclideanToPolar_h
36#include "vtkImagingGeneralModule.h"
39VTK_ABI_NAMESPACE_BEGIN
53 vtkSetMacro(ThetaMaximum,
double);
54 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.