Program: gdcm
Module: $RCSfile: gdcmDicomDir.cxx,v $
Language: C++
- Date: $Date: 2005/08/31 09:29:12 $
- Version: $Revision: 1.158 $
+ Date: $Date: 2005/08/31 16:24:19 $
+ Version: $Revision: 1.159 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
}
/// DEPRECATED : use SetDirectoryName(dname) instead
+/**
+ * \brief Loader. (DEPRECATED : kept not to break the API)
+ * @param paseDir Parse Dir
+ * @deprecated use SetDirectoryName(dname) instead
+ */
void DicomDir::SetParseDir(bool parseDir)
{
ParseDir = parseDir;
Program: gdcm
Module: $RCSfile: gdcmSerieHelper.cxx,v $
Language: C++
- Date: $Date: 2005/08/30 14:15:34 $
- Version: $Revision: 1.19 $
+ Date: $Date: 2005/08/31 16:24:19 $
+ 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
* directory which would have a particular EchoTime==4.0.
* This method is a user level, value is not required to be formatted as a DICOM
* string
+ * @param group Group number of the target tag.
+ * @param elem Element number of the target tag.
+ * @param value value to be checked to exclude File
+ * @param op operator we want to use to check
*/
void SerieHelper::AddRestriction(uint16_t group, uint16_t elem,
std::string const &value, int op)
* directory which would have a particular EchoTime==4.0.
* This method is a user level, value is not required to be formatted as a DICOM
* string
+ * @param group Group number of the target tag.
+ * @param elem Element number of the target tag.
+ * @param value value to be checked to exclude File
* @deprecated use : AddRestriction(uint16_t group, uint16_t elem,
* std::string const &value, int op);
*/
Program: gdcm
Module: $RCSfile: gdcmUtil.cxx,v $
Language: C++
- Date: $Date: 2005/08/31 15:54:50 $
- Version: $Revision: 1.161 $
+ Date: $Date: 2005/08/31 16:24:19 $
+ Version: $Revision: 1.162 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
/**
* \brief Weed out a string from the non-printable characters (in order
* to avoid corrupting the terminal of invocation when printing)
- * @param s area to check (uint8_t is just for prototyping. feel free to cast)
- * @param l area length to check
+ * @param s string to check (uint8_t is just for prototyping. feel free to cast)
*/
std::string Util::CreateCleanString(std::string const &s)
{