X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestChangeHeader.cxx;h=72d55563bcd7f5bb680aafed39371adfaf17bde7;hb=1c35ba5e5bc72b0861b92698dd4ea29f0bab5f73;hp=bfae6f1a2715215fa5de2029657343d3a16091ef;hpb=9cc4e61ceb54b8b292483206ff69d13b7ee6f179;p=gdcm.git diff --git a/Testing/TestChangeHeader.cxx b/Testing/TestChangeHeader.cxx index bfae6f1a..72d55563 100644 --- a/Testing/TestChangeHeader.cxx +++ b/Testing/TestChangeHeader.cxx @@ -1,6 +1,22 @@ +/*========================================================================= + + Program: gdcm + Module: $RCSfile: TestChangeHeader.cxx,v $ + Language: C++ + Date: $Date: 2004/12/03 20:16:56 $ + Version: $Revision: 1.28 $ + + Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de + l'Image). All rights reserved. See Doc/License.txt or + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ #include "gdcmHeader.h" #include "gdcmFile.h" -#include // Writting of a DICOM file, using a correct gdcmHeader. // and pixels of an other image @@ -61,12 +77,11 @@ int TestChangeHeader(int argc, char* argv[]) int dataSize = f2->GetImageDataSize(); printf ("dataSize %d\n",dataSize); - void* imageData= f2->GetImageData(); + uint8_t* imageData= f2->GetImageData(); // TODO : Why don't we merge theese 2 functions ? f1->SetImageData(imageData,dataSize); - f1->GetHeader()->SetImageDataSize(dataSize); f1->GetHeader()->Print();