]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/vtkGdcmReader.py
* vtk/vtkGdcmReader[cxx|h] should now be volume aware (read ready for
[gdcm.git] / gdcmPython / demo / vtkGdcmReader.py
index e93b1927861dc167922a7fecfddc10664423946a..eb68e14dd239c7747a9b16c52251b5fd8ef95938 100644 (file)
@@ -22,6 +22,9 @@ if not test.IsReadable():
 del test
 toDisplay = vtkGdcmReader()
 toDisplay.SetFileName(FileName)
+### Uncomment to test for volumes:
+###toDisplay.DebugOn()
+###toDisplay.AddFileName(FileName)
 toDisplay.UpdateWholeExtent()
 
 VTKtable = vtkLookupTable()