Program: gdcm
Module: $RCSfile: gdcmDicomDirElement.cxx,v $
Language: C++
- Date: $Date: 2005/01/20 11:09:23 $
- Version: $Revision: 1.28 $
+ Date: $Date: 2005/01/20 11:40:14 $
+ Version: $Revision: 1.29 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
//-----------------------------------------------------------------------------
// Public
-
/**
* \brief AddNewEntry
- * @param type type
+ * @param type type
* @param elem elem
*/
bool DicomDirElement::AddNewEntry(std::string const &type,
Program: gdcm
Module: $RCSfile: gdcmDicomDirElement.h,v $
Language: C++
- Date: $Date: 2005/01/11 15:15:38 $
- Version: $Revision: 1.19 $
+ Date: $Date: 2005/01/20 11:40:14 $
+ Version: $Revision: 1.20 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
ListDicomDirImageElem const &GetDicomDirImageElements() const
{ return DicomDirImageList; };
- /**
- * Public method to add an element
- */
+ // Public method to add an element
bool AddNewEntry(std::string const &type, Element const &elem);
private: