X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDir.h;h=d2d024872f9012dbde776e727fb91d2f2c8ed632;hb=9a8932b74aab77d55d7b478b1996611c7d588daa;hp=d86216416c595c74eaac45e5846c51469e20db9f;hpb=15ae15e0823296963bd3ec948dea87c0551a7a6d;p=gdcm.git diff --git a/src/gdcmDicomDir.h b/src/gdcmDicomDir.h index d8621641..d2d02487 100644 --- a/src/gdcmDicomDir.h +++ b/src/gdcmDicomDir.h @@ -24,7 +24,6 @@ typedef GDCM_EXPORT void(gdcmMethod)(void * = NULL); * \brief gdcmDicomDir defines an object representing a DICOMDIR in memory. * */ - class GDCM_EXPORT gdcmDicomDir: public gdcmParser { public: @@ -97,6 +96,7 @@ public: gdcmDicomDirPatient * NewPatient(void); // Write + void WriteEntries(FILE *_fp); bool Write(std::string fileName); /// Types of the gdcmObject within the gdcmDicomDir @@ -133,7 +133,6 @@ private: void UpdateDirectoryRecordSequenceLength(void); static bool HeaderLessThan(gdcmHeader *header1,gdcmHeader *header2); - void WriteDicomDirEntries(FILE *_fp); // Variables /**