Skip to content

modify the results Dataset of CoordinateTransform

Vicente Bolea requested to merge vbolea/vtk-m:fix-301 into master

fixes: #301 (closed)

With this change in vtkm::filter::CylindricalCoordinateTransform :

  • CylindricalCoordinateTransform would return a DataSet with the same CellSets and CoordinateSystem as the original DataSet with the result of the transformation as its first CoordinateSystem.
  • Same thing for SphericalCoordinateTransform, I edited this for consistency.

Note that both CartesianToCyl and CylToCartesian are actually called by CylindricalCoordinateTransform or SphericalCoordinateTransform.

Edited by Vicente Bolea

Merge request reports