X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Example%2FVolume2Dicom.cxx;h=98bd8dc35769e2eb58fc68ab244251960c6f33c0;hb=bd2c6b9f9fa4b815153b200081de0450429a882e;hp=a4721fff2563c5e3cf5abca43a28292b5fa4da9e;hpb=d00078b5e19310b379c8339fa8fe38362e8ca392;p=gdcm.git diff --git a/Example/Volume2Dicom.cxx b/Example/Volume2Dicom.cxx index a4721fff..98bd8dc3 100644 --- a/Example/Volume2Dicom.cxx +++ b/Example/Volume2Dicom.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: Volume2Dicom.cxx,v $ Language: C++ - Date: $Date: 2005/01/20 16:16:58 $ - Version: $Revision: 1.4 $ + Date: $Date: 2005/01/21 11:40:53 $ + Version: $Revision: 1.5 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -23,7 +23,7 @@ * It's aim is to show people how to write their data volume into DICOM slices */ -#include "gdcmHeader.h" +#include "gdcmFile.h" #include "gdcmDocEntry.h" #include "gdcmBinEntry.h" #include "gdcmFileHelper.h" @@ -99,7 +99,7 @@ int main( int argc, char * argv[] ) //////////////////////////////////////////////////////////// // Create a new dicom header and fill in some info // //////////////////////////////////////////////////////////// - gdcm::Header *h1 = new gdcm::Header(); + gdcm::File *h1 = new gdcm::File(); //h1->SetDateAndTime(filedate, filetime); //h1->SetModality("CT");