modify the results Dataset of CoordinateTransform
fixes: #301 (closed)
With this change in vtkm::filter::CylindricalCoordinateTransform
:
-
CylindricalCoordinateTransform
would return aDataSet
with the sameCellSets
andCoordinateSystem
as the originalDataSet
with the result of the transformation as its firstCoordinateSystem
. - 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