X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkgdcmViewer.cxx;h=47fc46c69a6dca5bccdfae4106d52a0ed5e288f1;hb=c094854320484d68477c1855e3fa619e33db7cec;hp=7d68c2f57cadacb604d6c22a02c9c166657b2ec5;hpb=83d6c83bfcdfa88b7f322286136f802e89d5830c;p=gdcm.git diff --git a/vtk/vtkgdcmViewer.cxx b/vtk/vtkgdcmViewer.cxx index 7d68c2f5..47fc46c6 100644 --- a/vtk/vtkgdcmViewer.cxx +++ b/vtk/vtkgdcmViewer.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: vtkgdcmViewer.cxx,v $ Language: C++ - Date: $Date: 2005/05/11 14:40:58 $ - Version: $Revision: 1.25 $ + Date: $Date: 2005/06/29 16:15:16 $ + Version: $Revision: 1.26 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -39,7 +39,7 @@ #include #include "vtkGdcmReader.h" - +#include "gdcmDocument.h" // for NO_SHADOWSEQ #ifndef vtkFloatingPointType #define vtkFloatingPointType float #endif @@ -93,6 +93,8 @@ int main(int argc, char *argv[]) for(int i=1; i< argc; i++) reader->AddFileName( argv[i] ); +// TODO : allow user to choose Load Mode + reader->SetLoadMode(NO_SHADOWSEQ); reader->Update(); //print debug info: