Program: gdcm
Module: $RCSfile: gdcmBase.cxx,v $
Language: C++
- Date: $Date: 2005/01/16 04:50:40 $
- Version: $Revision: 1.6 $
+ Date: $Date: 2005/01/18 14:28:32 $
+ Version: $Revision: 1.7 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
/**
* \brief Print all the object
* @param os The output stream to be written to.
+ * @param indent indent
*/
void Base::Print(std::ostream &, std::string const & )
{
Program: gdcm
Module: $RCSfile: gdcmDicomDirImage.cxx,v $
Language: C++
- Date: $Date: 2005/01/18 07:53:42 $
- Version: $Revision: 1.17 $
+ Date: $Date: 2005/01/18 14:28:32 $
+ Version: $Revision: 1.18 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
/**
* \brief Prints the Object
* @param os ostream to write to
+ * @param indent indent
* @return
*/
void DicomDirImage::Print(std::ostream &os, std::string const & )
Program: gdcm
Module: $RCSfile: gdcmDicomDirMeta.cxx,v $
Language: C++
- Date: $Date: 2005/01/18 07:53:42 $
- Version: $Revision: 1.22 $
+ Date: $Date: 2005/01/18 14:28:32 $
+ Version: $Revision: 1.23 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
/**
* \brief Prints the Meta Elements
* @param os ostream to write to
+ * @param indent indent
*/
void DicomDirMeta::Print(std::ostream &os, std::string const & )
{
Program: gdcm
Module: $RCSfile: gdcmDicomDirPatient.cxx,v $
Language: C++
- Date: $Date: 2005/01/18 11:39:59 $
- Version: $Revision: 1.27 $
+ Date: $Date: 2005/01/18 14:28:32 $
+ Version: $Revision: 1.28 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
/**
* \brief Prints the Object
* @param os ostream to write to
+ * @param indent indent
*/
void DicomDirPatient::Print(std::ostream &os, std::string const & )
{
Program: gdcm
Module: $RCSfile: gdcmDicomDirSerie.cxx,v $
Language: C++
- Date: $Date: 2005/01/18 11:39:59 $
- Version: $Revision: 1.29 $
+ Date: $Date: 2005/01/18 14:28:32 $
+ Version: $Revision: 1.30 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
/**
* \brief Prints the Object
* @param os ostream to write to
+ * @param indent indent
*/
void DicomDirSerie::Print(std::ostream &os, std::string const &)
{
Program: gdcm
Module: $RCSfile: gdcmDicomDirStudy.cxx,v $
Language: C++
- Date: $Date: 2005/01/18 11:39:59 $
- Version: $Revision: 1.26 $
+ Date: $Date: 2005/01/18 14:28:32 $
+ Version: $Revision: 1.27 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
/**
* \brief Prints the Object
* @param os ostream to write to
+ * @param indent indent
* @return
*/
void DicomDirStudy::Print(std::ostream &os, std::string const & )
Program: gdcm
Module: $RCSfile: gdcmDict.cxx,v $
Language: C++
- Date: $Date: 2005/01/18 11:39:59 $
- Version: $Revision: 1.67 $
+ Date: $Date: 2005/01/18 14:28:32 $
+ Version: $Revision: 1.68 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
* \brief Print all the dictionary entries contained in this dictionary.
* Entries will be sorted by tag i.e. the couple (group, element).
* @param os The output stream to be written to.
+ * @param indent indent
*/
void Dict::Print(std::ostream &os, std::string const & )
{
Program: gdcm
Module: $RCSfile: gdcmDictSet.cxx,v $
Language: C++
- Date: $Date: 2005/01/18 11:40:00 $
- Version: $Revision: 1.54 $
+ Date: $Date: 2005/01/18 14:28:32 $
+ Version: $Revision: 1.55 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
* \brief Print, in an informal fashion, the list of all the dictionaries
* contained is this DictSet, along with their respective content.
* @param os Output stream used for printing.
+ * @param indent indent
*/
void DictSet::Print(std::ostream &os, std::string const & )
{
Program: gdcm
Module: $RCSfile: gdcmDocEntry.cxx,v $
Language: C++
- Date: $Date: 2005/01/18 08:01:41 $
- Version: $Revision: 1.42 $
+ Date: $Date: 2005/01/18 14:28:32 $
+ Version: $Revision: 1.43 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
/**
* \brief Prints the common part of ValEntry, BinEntry, SeqEntry
* @param os ostream we want to print in
+ * @param indent Indentation string to be prepended during printing
*/
void DocEntry::Print(std::ostream &os, std::string const & )
{
Program: gdcm
Module: $RCSfile: gdcmElementSet.cxx,v $
Language: C++
- Date: $Date: 2005/01/18 11:40:00 $
- Version: $Revision: 1.44 $
+ Date: $Date: 2005/01/18 14:28:32 $
+ Version: $Revision: 1.45 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
* \brief Prints the Header Entries (Dicom Elements)
* from the H Table
* @param os ostream to write to
- * @return
+ * @param indent Indentation string to be prepended during printing
*/
void ElementSet::Print(std::ostream &os, std::string const & )
{
/**
* \brief Writes the Header Entries (Dicom Elements)
* from the H Table
- * @param os ostream to write to
- * @return
+ * @param fp ofstream to write to
+ * @param filetype filetype
*/
void ElementSet::WriteContent(std::ofstream *fp, FileType filetype)
{
Program: gdcm
Module: $RCSfile: gdcmException.cxx,v $
Language: C++
- Date: $Date: 2005/01/18 08:01:41 $
- Version: $Revision: 1.24 $
+ Date: $Date: 2005/01/18 14:28:32 $
+ Version: $Revision: 1.25 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
/**
* \brief Exception::operator <<
* @param os ostream to write to
+ * @param e exception to raise
*/
std::ostream& operator<<(std::ostream &os, const Exception &e) {
try {
Program: gdcm
Module: $RCSfile: gdcmJPEGFragment.cxx,v $
Language: C++
- Date: $Date: 2005/01/17 03:05:55 $
- Version: $Revision: 1.4 $
+ Date: $Date: 2005/01/18 14:28:32 $
+ Version: $Revision: 1.5 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
/**
* \brief Decompress 8bits JPEG Fragment
+ * @param fp ifstream to write to
* @param buffer output (data decompress)
* @param nBits 8/12 or 16 bits jpeg
*/
Program: gdcm
Module: $RCSfile: gdcmSeqEntry.cxx,v $
Language: C++
- Date: $Date: 2005/01/18 12:16:10 $
- Version: $Revision: 1.46 $
+ Date: $Date: 2005/01/18 14:28:32 $
+ Version: $Revision: 1.47 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
return NULL;
}
-
/**
* \brief Get the next SQItem while visiting the SeqEntry
* \note : meaningfull only if GetFirstEntry already called