X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FWrite.cxx;h=023b54dd638728a643a110a24fe67f149cb34793;hb=93748f382dadb5c9240c4156ce7bbe9dcc8da44f;hp=0d1d32bc06a0591d3a21d0abff51a6d72de406ea;hpb=0998e973a71f551af2f24ae49c9b748359a61be8;p=gdcm.git diff --git a/Example/Write.cxx b/Example/Write.cxx index 0d1d32bc..023b54dd 100644 --- a/Example/Write.cxx +++ b/Example/Write.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: Write.cxx,v $ Language: C++ - Date: $Date: 2005/01/11 11:37:13 $ - Version: $Revision: 1.14 $ + Date: $Date: 2005/01/20 16:31:42 $ + Version: $Revision: 1.16 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -16,7 +16,7 @@ =========================================================================*/ #include "gdcmHeader.h" -#include "gdcmFile.h" +#include "gdcmFileHelper.h" #include @@ -25,7 +25,7 @@ int main(int argc, char* argv[]) std::string zozo; gdcm::Header* e1; - gdcm::File * f1; + gdcm::FileHelper * f1; //gdcmDocument * d; //not used uint8_t* imageData; @@ -69,7 +69,7 @@ int main(int argc, char* argv[]) } // e1->Print(); - f1 = new gdcm::File(e1); + f1 = new gdcm::FileHelper(e1); // --- dataSize = f1->GetImageDataSize();