Program: gdcm
Module: $RCSfile: TestWriteSimple.cxx,v $
Language: C++
- Date: $Date: 2005/02/07 18:43:38 $
- Version: $Revision: 1.21 $
+ Date: $Date: 2005/02/07 19:17:27 $
+ Version: $Revision: 1.22 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
* img.components * img.componentSize / 8;
unsigned char *imageData = new unsigned char[size];
- // FIXME : find a best heuristic to create the image
+ // FIXME : find a better heuristic to create the image
unsigned char *tmp = imageData;
for(int k=0;k<img.sizeZ;k++)
{
Program: gdcm
Module: $RCSfile: gdcmCommon.h,v $
Language: C++
- Date: $Date: 2005/02/06 14:31:09 $
- Version: $Revision: 1.60 $
+ Date: $Date: 2005/02/07 19:17:27 $
+ Version: $Revision: 1.61 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
// 'identifier' : class 'type' needs to have dll-interface to be used by
// clients of class 'type2'
#pragma warning ( disable : 4251 )
+// non dll-interface class 'type' used as base for dll-interface class 'type2'
+#pragma warning ( disable : 4275 )
// 'identifier' : identifier was truncated to 'number' characters in the
// debug information
#pragma warning ( disable : 4786 )