A question about vtkStructuredGrid

We use a grid transform and a transform filter to warp VTK objects stored in polar coordinates to Cartesian coordinate system. It works on polydata, unstructured grid, etc. directly. For images, we use the same transform with a vtkImageResample filter.