X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=gdcmPython%2Fdemo%2FvtkGdcmReader.py;h=f98180656a514a92daae00b8ba1e58cedb985d65;hb=b8f813472811220ff7936cad8720c81daedd7f3e;hp=eb68e14dd239c7747a9b16c52251b5fd8ef95938;hpb=2e2f451468e90a1ecc348d2d390422bb2ab08f05;p=gdcm.git diff --git a/gdcmPython/demo/vtkGdcmReader.py b/gdcmPython/demo/vtkGdcmReader.py index eb68e14d..f9818065 100644 --- a/gdcmPython/demo/vtkGdcmReader.py +++ b/gdcmPython/demo/vtkGdcmReader.py @@ -21,11 +21,8 @@ if not test.IsReadable(): sys.exit() del test toDisplay = vtkGdcmReader() -toDisplay.SetFileName(FileName) -### Uncomment to test for volumes: +toDisplay.AddFileName(FileName) ###toDisplay.DebugOn() -###toDisplay.AddFileName(FileName) -toDisplay.UpdateWholeExtent() VTKtable = vtkLookupTable() VTKtable.SetNumberOfColors(1000)