Program: gdcm
Module: $RCSfile: gdcmCommon.h,v $
Language: C++
- Date: $Date: 2004/10/12 04:35:44 $
- Version: $Revision: 1.36 $
+ Date: $Date: 2004/11/02 03:10:32 $
+ Version: $Revision: 1.37 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
# include <sstream>
#endif
+#include <string>
+
+namespace gdcm
+{
// Centralize information about the gdcm dictionary in only one file:
#ifndef PUB_DICT_PATH
#define DICT_TS "dicomTS.dic"
#define DICT_VR "dicomVR.dic"
-#include <string>
-
-const std::string GDCM_UNFOUND = "gdcm::Unfound"; /// MEMORY LEAK
+const std::string GDCM_UNFOUND = "gdcm::Unfound";
const std::string GDCM_BINLOADED = "gdcm::Binary data loaded";
const std::string GDCM_NOTLOADED = "gdcm::NotLoaded";
const std::string GDCM_UNREAD = "gdcm::UnRead";
ACR,
ACR_LIBIDO
};
-
+} //namespace gdcm
//-----------------------------------------------------------------------------
#endif
Program: gdcm
Module: $RCSfile: gdcmDicomDir.h,v $
Language: C++
- Date: $Date: 2004/10/25 04:47:43 $
- Version: $Revision: 1.35 $
+ Date: $Date: 2004/11/02 03:10:32 $
+ Version: $Revision: 1.36 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
typedef std::list<DicomDirPatient*> ListDicomDirPatient;
typedef std::vector<Document*> VectDocument;
-typedef GDCM_EXPORT void(Method)(void* = NULL);
+typedef GDCM_EXPORT void(Method)(void*);
//-----------------------------------------------------------------------------
/**