vtkImageEuclideanToPolar - Converts 2D Euclidean coordinates to polar.
Super Class: vtkImageFilter
Description:
For each pixel with vector components x,y, this filter outputs theta in component0, and radius in component1.
Methods:
void vtkImageEuclideanToPolar () | |
static vtkImageEuclideanToPolar *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetThetaMaximum (float ) | |
float GetThetaMaximum () | |
void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int ) |
Detailed Method Descriptions:
void SetThetaMaximum (float ) | |
float GetThetaMaximum () |