+#include "gdcmCommon.h" //to shut up warnings
// Checks the basic functionalities of STL <map>.
#include <map>
#include <string>
#include <iostream>
-#include <stdio.h>
-
-int TestHash( int, char * [] ) {
+int TestHash( int, char * [] )
+{
std::cout << "Test::TestHash : " << std::endl;
std::cout << " Checks that the basic STL <map> functionalities required "
<< std::endl
Program: gdcm
Module: $RCSfile: gdcmCommon.h,v $
Language: C++
- Date: $Date: 2004/09/27 08:39:05 $
- Version: $Revision: 1.33 $
+ Date: $Date: 2004/10/07 16:55:16 $
+ Version: $Revision: 1.34 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
const std::string GDCM_NOTLOADED = "gdcm::NotLoaded";
const std::string GDCM_UNREAD = "gdcm::UnRead";
-/// \brief gdcmTagKey is made to old an "universal" (as in URL, Universal
+/// \brief gdcmTagKey is made to hold an "universal" (as in URL, Universal
/// Ressource Locator) key to a gdcmDocEntry i.e. a dicom tag.
-/// A dicom tag allways has a group and an element, but a set of tags
+/// A dicom tag always has a group and an element, but a set of tags
/// embeded in various (optionally nested) sequences and sharing
/// the same group and element all share the same (group, element)
/// "identifier". Hence the (group, element) cannot be used as an
Program: gdcm
Module: $RCSfile: gdcmDirList.h,v $
Language: C++
- Date: $Date: 2004/09/27 08:39:06 $
- Version: $Revision: 1.9 $
+ Date: $Date: 2004/10/07 16:55:16 $
+ Version: $Revision: 1.10 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
{
public :
gdcmDirList(std::string dirName,bool recursive=false);
- virtual ~gdcmDirList(void);
+ virtual ~gdcmDirList();
- std::string GetDirName(void);
+ std::string GetDirName();
/// Character '\'
static const char SEPARATOR_X;