]> Creatis software - gdcm.git/commitdiff
Doxygenation
authorjpr <jpr>
Thu, 29 Jun 2006 13:26:08 +0000 (13:26 +0000)
committerjpr <jpr>
Thu, 29 Jun 2006 13:26:08 +0000 (13:26 +0000)
src/gdcmDataEntry.cxx
src/gdcmPixelReadConvert.cxx

index 79e6aebe1fefda6dab1567292ecccba2c9a20b6a..570c3c50d31633761a595b7cb8687a665e60b0bf 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDataEntry.cxx,v $
   Language:  C++
-  Date:      $Date: 2006/05/30 08:12:51 $
-  Version:   $Revision: 1.38 $
+  Date:      $Date: 2006/06/29 13:26:08 $
+  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
@@ -40,8 +40,10 @@ uint32_t DataEntry::MaxSizePrintEntry = MAX_SIZE_PRINT_ELEMENT_VALUE;
 //-----------------------------------------------------------------------------
 // Constructor / Destructor
 /**
- * \brief   Constructor for a given DictEntry
- * @param   e Pointer to existing dictionary entry
+ * \brief   Constructor for a given DataEntry
+ * @param   group group number of the Data Entry to be created
+ * @param   elem element number of the Data Entry to be created
+ * @param   vr Value Representation of the Data Entry to be created 
  */
 DataEntry::DataEntry(uint16_t group,uint16_t elem,
                                      VRKey const &vr) 
@@ -334,7 +336,7 @@ uint32_t DataEntry::GetValueCount( ) const
 
 /**
  * \brief Gets a std::vector <double> holding the value(s) of a DS DataEntry
- * @param valueVector std::vector \<double\> of value(s)
+ * @param valueVector std::vector double of value(s)
  * \return false if VR not "DS" or DataEntry empty
  */
  bool DataEntry::GetDSValue(std::vector <double> &valueVector)
index 32a8f81dfa4bb3d4573e4f0c14ae45964f527d99..d505d2832075f5a5d728f619fac682b98c37d7b3 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmPixelReadConvert.cxx,v $
   Language:  C++
-  Date:      $Date: 2006/03/29 16:09:48 $
-  Version:   $Revision: 1.111 $
+  Date:      $Date: 2006/06/29 13:27:59 $
+  Version:   $Revision: 1.112 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -85,6 +85,7 @@ bool PixelReadConvert::IsRawRGB()
 /**
  * \brief Gets various usefull informations from the file header
  * @param file gdcm::File pointer
+ * @param fileHelper gdcm::FileHelper pointer 
  */
 void PixelReadConvert::GrabInformationsFromFile( File *file,
                                                  FileHelper *fileHelper )