X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmHeader.h;h=08b5388b5636efcb35fd8e927dd0b56f920b8b5d;hb=7b8dcad5fbb9b248952ad6819ef984e7880ef81e;hp=7c486e83ff73f4f51cde6eddf92467db5742a200;hpb=27c61aa23c3f02def28d44dca855e54d9adb25a1;p=gdcm.git diff --git a/src/gdcmHeader.h b/src/gdcmHeader.h index 7c486e83..08b5388b 100644 --- a/src/gdcmHeader.h +++ b/src/gdcmHeader.h @@ -106,6 +106,8 @@ public: // Read (used in gdcmFile) void SetImageDataSize(size_t ExpectedSize); + bool operator<(gdcmHeader &header); + protected: int write(std::ostream&); int anonymize(std::ostream&); // FIXME : anonymize should be a friend ?