]> Creatis software - gdcm.git/commitdiff
Doxygenation (Print method)
authorjpr <jpr>
Tue, 18 Jan 2005 14:28:32 +0000 (14:28 +0000)
committerjpr <jpr>
Tue, 18 Jan 2005 14:28:32 +0000 (14:28 +0000)
13 files changed:
src/gdcmBase.cxx
src/gdcmDicomDirImage.cxx
src/gdcmDicomDirMeta.cxx
src/gdcmDicomDirPatient.cxx
src/gdcmDicomDirSerie.cxx
src/gdcmDicomDirStudy.cxx
src/gdcmDict.cxx
src/gdcmDictSet.cxx
src/gdcmDocEntry.cxx
src/gdcmElementSet.cxx
src/gdcmException.cxx
src/gdcmJPEGFragment.cxx
src/gdcmSeqEntry.cxx

index 2b068043bfc9b4d5a4489032d3459343b69a9f62..a74a2cdcee8ac8e3c2c3e44f68929a8a51172fc2 100644 (file)
@@ -3,8 +3,8 @@
   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
@@ -44,6 +44,7 @@ Base::~Base()
 /**
  * \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 & )
 {
index 74632269db1fb4df35fd309dff0ee4ea5b0c4e18..0ddbfc463409c2279101918589e7abb4b9527875 100644 (file)
@@ -3,8 +3,8 @@
   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
@@ -42,6 +42,7 @@ DicomDirImage::~DicomDirImage()
 /**
  * \brief   Prints the Object
  * @param os ostream to write to
+ * @param   indent indent
  * @return
  */ 
 void DicomDirImage::Print(std::ostream &os, std::string const & )
index b21b126ff5df2e9805a963fd0d4ed23a3164ba17..43f2c0564efc983d2a0ec8983ac2c7f3999a780b 100644 (file)
@@ -3,8 +3,8 @@
   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
@@ -46,6 +46,7 @@ DicomDirMeta::~DicomDirMeta()
 /**
  * \brief   Prints the Meta Elements
  * @param os ostream to write to 
+ * @param   indent indent
  */ 
 void DicomDirMeta::Print(std::ostream &os, std::string const & )
 {
index 81ba43275d4d6a13081d70e7e410944ad8a0e3ff..abf4d1b2f0fd4b0dc210ab71efcbe481d0b0c94e 100644 (file)
@@ -3,8 +3,8 @@
   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
@@ -53,6 +53,7 @@ DicomDirPatient::~DicomDirPatient()
 /**
  * \brief   Prints the Object
  * @param os ostream to write to 
+ * @param   indent indent
  */ 
 void DicomDirPatient::Print(std::ostream &os, std::string const & )
 {
index 2809fdea1dcf964d1847c7151977e85e9e77e19c..50dbfa91857b619dd9de6b889c187d83fdf810cd 100644 (file)
@@ -3,8 +3,8 @@
   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
@@ -52,6 +52,7 @@ DicomDirSerie::~DicomDirSerie()
 /**
  * \brief   Prints the Object
  * @param os ostream to write to
+ * @param   indent indent
  */ 
 void DicomDirSerie::Print(std::ostream &os, std::string const &)
 {
index bdb788406b0d79e3dd90a2fbf02d74d81b3bf337..92630664ab69bbbccbea9ec1f4dcf4e2ff6db468 100644 (file)
@@ -3,8 +3,8 @@
   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
@@ -51,6 +51,7 @@ DicomDirStudy::~DicomDirStudy()
 /**
  * \brief   Prints the Object
  * @param os ostream to write to 
+ * @param   indent indent
  * @return
  */ 
 void DicomDirStudy::Print(std::ostream &os, std::string const & )
index f15a753613325d9141bd471193d31acb00470b94..d56ff7c2ce5167b8f6caa507829c3a9300bb4837 100644 (file)
@@ -3,8 +3,8 @@
   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
@@ -91,6 +91,7 @@ Dict::~Dict()
  * \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 & )
 {
index a44e8fdc219f29ad24b236c64a881f55467d84bf..f4ae8c8c7c7ddabf2d610d40315287e19599ce06 100644 (file)
@@ -3,8 +3,8 @@
   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
@@ -65,6 +65,7 @@ DictSet::~DictSet()
  * \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 & )
 {
index a1718533e6a66549090c313e922122d66a6ab997..75b832796edd6507b153bee3c9c85af8bf9f7e2f 100644 (file)
@@ -3,8 +3,8 @@
   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
@@ -55,6 +55,7 @@ DocEntry::DocEntry(DictEntry *in)
 /**
  * \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 & )
 {
index e43177e868e15fca3428882048a35f5f6dbbb8be..8f81f255171b9690be8340ec7db9813e298200d9 100644 (file)
@@ -3,8 +3,8 @@
   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
@@ -58,7 +58,7 @@ ElementSet::~ElementSet()
   * \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 & )
 {
@@ -84,8 +84,8 @@ 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)
 {
index 471bc41e2eccb9d774e342ed58e9dc6c28f3cfbc..bea47bb10a875eb4aed13fa3ab1bcaaa2a65c951 100644 (file)
@@ -3,8 +3,8 @@
   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
@@ -120,6 +120,7 @@ std::string Exception::getName() const throw()
 /**
  * \brief Exception::operator <<
  * @param os ostream to write to
+ * @param e exception to raise
  */
  std::ostream& operator<<(std::ostream &os, const Exception &e) {
   try {  
index 188f82266e7f7b2187468947d888e65a690aa5c5..9b5733b5fc65b3b3f0affddaf5ea3459fe67c205 100644 (file)
@@ -3,8 +3,8 @@
   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
@@ -69,6 +69,7 @@ void JPEGFragment::Print( std::ostream &os, std::string indent )
 
 /**
  * \brief Decompress 8bits JPEG Fragment
+ * @param fp ifstream to write to
  * @param buffer     output (data decompress)
  * @param nBits      8/12 or 16 bits jpeg
  */
index ed092100575b9d36c09ba4755d805ed2bec35c73..243ae59cf7474991c58c8fb40d28fa9fa5da7496 100644 (file)
@@ -3,8 +3,8 @@
   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
@@ -193,7 +193,6 @@ SQItem *SeqEntry::GetFirstEntry()
    return NULL;
 } 
 
-
 /**
  * \brief   Get the next SQItem while visiting the SeqEntry
  * \note : meaningfull only if GetFirstEntry already called