X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDir.h;h=d2d024872f9012dbde776e727fb91d2f2c8ed632;hb=90af79e0712a2b807b2388456d13d94c50e8f0ca;hp=7f3fb538fd985c26a8adf572c511b2b3dd710845;hpb=1a11accd11061d63d3c09db7b1445637207e81e4;p=gdcm.git diff --git a/src/gdcmDicomDir.h b/src/gdcmDicomDir.h index 7f3fb538..d2d02487 100644 --- a/src/gdcmDicomDir.h +++ b/src/gdcmDicomDir.h @@ -18,8 +18,9 @@ typedef std::vector ListHeader; typedef GDCM_EXPORT void(gdcmMethod)(void * = NULL); //----------------------------------------------------------------------------- -/* - * \defgroup gdcmDicomDir + +/** + * \ingroup gdcmDicomDir * \brief gdcmDicomDir defines an object representing a DICOMDIR in memory. * */ @@ -95,9 +96,10 @@ public: gdcmDicomDirPatient * NewPatient(void); // Write + void WriteEntries(FILE *_fp); bool Write(std::string fileName); -// Types +/// Types of the gdcmObject within the gdcmDicomDir typedef enum { GDCM_DICOMDIR_NONE, @@ -131,7 +133,6 @@ private: void UpdateDirectoryRecordSequenceLength(void); static bool HeaderLessThan(gdcmHeader *header1,gdcmHeader *header2); - void WriteDicomDirEntries(FILE *_fp); // Variables /**