X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Testing%2FTestMakeIcon.cxx;h=e7aa034ce6b626b8019674b3548714d621cd8154;hb=d9f8b4b69e332d38e9c883ba60f40dc858883de9;hp=225d528ed8f28b41347556d6199cc7776fa0ea23;hpb=a62b5eb4984601395f2e1296045bacd693ef860d;p=gdcm.git diff --git a/Testing/TestMakeIcon.cxx b/Testing/TestMakeIcon.cxx index 225d528e..e7aa034c 100644 --- a/Testing/TestMakeIcon.cxx +++ b/Testing/TestMakeIcon.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestMakeIcon.cxx,v $ Language: C++ - Date: $Date: 2007/06/21 14:59:06 $ - Version: $Revision: 1.12 $ + Date: $Date: 2007/08/29 15:56:41 $ + Version: $Revision: 1.14 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -67,7 +67,7 @@ int TestMakeIcon (int argc, char *argv[]) icon->AddSQItem(sqi, 1); sqi->Delete(); - // icone is just define like the image + // icone is just defined like the image // The purpose is NOT to imagine an icon, // just check the stuff works @@ -79,8 +79,8 @@ int TestMakeIcon (int argc, char *argv[]) sqi->InsertEntryString( "8", 0x0028,0x0101, "US"); sqi->InsertEntryString( "7", 0x0028,0x0102, "US"); sqi->InsertEntryString( "0", 0x0028,0x0103, "US"); - sqi->InsertEntryBinArea( (uint8_t *)binVal, 3*2, 0x0005,0x0010,"OW"); - sqi->InsertEntryBinArea( pixels, lgth, 0x7fe0,0x0010); + sqi->InsertEntryBinArea( (uint8_t *)binVal, 3*2, 0x0005,0x0010,"OB"); + sqi->InsertEntryBinArea( pixels, lgth, 0x7fe0,0x0010,"OB"); // just to see if it's stored a the right place sqi->InsertEntryString( "128", 0x0028,0x0011, "US");