Add vtkImageDual when using vtkGDALRasterReader.
vtkGDALRasterReader has switched from storing its data as point data to cell data. Traditional vtkImageData routines expect data as point data. We therefore must construct a dual graph to maintain VTK's paradigm.