Program: gdcm
Module: $RCSfile: gdcmContentEntry.cxx,v $
Language: C++
- Date: $Date: 2005/01/26 09:49:53 $
- Version: $Revision: 1.3 $
+ Date: $Date: 2005/01/26 10:29:16 $
+ Version: $Revision: 1.4 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
Copy(e);
}
-
/**
* \brief Canonical destructor.
*/
Program: gdcm
Module: $RCSfile: gdcmDicomDir.cxx,v $
Language: C++
- Date: $Date: 2005/01/26 09:49:53 $
- Version: $Revision: 1.119 $
+ Date: $Date: 2005/01/26 10:29:17 $
+ Version: $Revision: 1.120 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
/**
* \brief adds *the* Meta to a partially created DICOMDIR
- */
-
+ */
DicomDirMeta *DicomDir::NewMeta()
{
if( MetaElems )
delete MetaElems;
- // friend class hunting : we miss GetLastEntry and GetPreviousEntry
- // to be able to remove any direct reference to TagHT
DocEntry *entry = GetFirstEntry();
if( entry )
{
Program: gdcm
Module: $RCSfile: gdcmDocEntryArchive.cxx,v $
Language: C++
- Date: $Date: 2005/01/21 11:40:55 $
- Version: $Revision: 1.8 $
+ Date: $Date: 2005/01/26 10:29:17 $
+ Version: $Revision: 1.9 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
/**
* \brief Replace in the Header a DocEntry by the new DocEntry. The last
- * DocEntry is kept in archieve
+ * DocEntry is kept in archive
* @param group Group number of the Entry
* @param elem Element number of the Entry
* @return FALSE when an other DocEntry is already archived with the same
Program: gdcm
Module: $RCSfile: gdcmDocEntrySet.cxx,v $
Language: C++
- Date: $Date: 2005/01/26 09:49:54 $
- Version: $Revision: 1.47 $
+ Date: $Date: 2005/01/26 10:29:17 $
+ Version: $Revision: 1.48 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
return found;
}
-
/**
* \brief Searches [both] the public [and the shadow dictionary (when they
* exist)] for the presence of the DictEntry with given
Program: gdcm
Module: $RCSfile: gdcmElementSet.h,v $
Language: C++
- Date: $Date: 2005/01/25 15:44:24 $
- Version: $Revision: 1.38 $
+ Date: $Date: 2005/01/26 10:29:17 $
+ Version: $Revision: 1.39 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
/// Hash Table (map) iterator, used to visit the TagHT variable
TagDocEntryHT::iterator ItTagHT;
- friend class DicomDir; //For accessing private TagHT
friend class DocEntryArchive; //For accessing private TagHT
};
} // end namespace gdcm