after triangulating my data, whether with vtkDelaunay3D or with vtkDataSetTriangleFilter, I am given an UnstructuredGrid. How can I pass it forward to MarchingCubes, if it accepts only an ImageData as Input, and all the filters available to convert from UnstructuredGrid to ImageData are abstract?