X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FPrintFile.cxx;h=85275e2ea229c37b7f83f7609ebae99568fbd801;hb=57514b6da5b0ee3a9a1c37a15ccde6f5e1ae1688;hp=aae83a4cfbe6a8e0b5a782e039429ba925c90d26;hpb=2bb60efea83f2bfa1823f27b2a5536a0e6cfd8c0;p=gdcm.git diff --git a/Example/PrintFile.cxx b/Example/PrintFile.cxx index aae83a4c..85275e2e 100644 --- a/Example/PrintFile.cxx +++ b/Example/PrintFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: PrintFile.cxx,v $ Language: C++ - Date: $Date: 2004/12/03 10:21:53 $ - Version: $Revision: 1.15 $ + Date: $Date: 2004/12/03 20:16:55 $ + Version: $Revision: 1.17 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -15,8 +15,10 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ +#include "gdcmHeader.h" +#include "gdcmFile.h" + #include -#include "gdcm.h" int main(int argc, char* argv[]) { @@ -86,7 +88,7 @@ int main(int argc, char* argv[]) std::string transferSyntaxName = e1->GetTransfertSyntaxName(); std::cout << " TransferSyntaxName= [" << transferSyntaxName << "]" << std::endl; - if ( transferSyntaxName != "Implicit VR - Little Endian" +/* if ( transferSyntaxName != "Implicit VR - Little Endian" && transferSyntaxName != "Explicit VR - Little Endian" && transferSyntaxName != "Deflated Explicit VR - Little Endian" && transferSyntaxName != "Explicit VR - Big Endian" @@ -97,7 +99,7 @@ int main(int argc, char* argv[]) f1->GetPixelReadConverter()->Print(); std::cout << std::endl << "===========================================" << std::endl; - } + }*/ if(e1->IsReadable()) std::cout <