X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FexUnMosaicStack.cxx;h=1cb63bd98795630d9c15de4d4ffd1a991b52a7f5;hb=c75a681dc15def736e56e37d0abcd1bdf86caa31;hp=b065f469d74861f8d888143558c91bc0e3ea870f;hpb=a4704902060fca3d4b2c6e10702136c8a24fe9c7;p=gdcm.git diff --git a/Example/exUnMosaicStack.cxx b/Example/exUnMosaicStack.cxx index b065f469..1cb63bd9 100755 --- a/Example/exUnMosaicStack.cxx +++ b/Example/exUnMosaicStack.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exUnMosaicStack.cxx,v $ Language: C++ - Date: $Date: 2011/03/29 07:45:00 $ - Version: $Revision: 1.1 $ + Date: $Date: 2011/08/25 14:37:05 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -100,8 +100,6 @@ int main(int argc, char *argv[]) } - - GDCM_NAME_SPACE::File *f = GDCM_NAME_SPACE::File::New(); f->SetLoadMode( GDCM_NAME_SPACE::LD_ALL); f->SetFileName( fileName ); @@ -133,7 +131,7 @@ int main(int argc, char *argv[]) // Get the image data size size_t dataRawSize = fh->GetImageDataRawSize(); - // ============================================================ +// ============================================================ // Create a new GDCM_NAME_SPACE::Filehelper, to hold new image. // ============================================================ @@ -151,7 +149,7 @@ int main(int argc, char *argv[]) { std::cout << "outputdims[0] : " << outputdims[0] << " outputdims[1] : " << outputdims[1] << " numberOfImagesInMosaic : " << numberOfImagesInMosaic << " ( = " << outputdims[0] * outputdims[1] * outputdims[2] * 2 << " ) doesn't match with dataRawSize : " << dataRawSize << std::endl; - //exit(0); + //exit(0); } */