X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmParser.h;h=1a84b010d7cceb1ab54acc6089f5768ce78df04a;hb=c38654db595b51f0295f607c51172dae56d1d65d;hp=8335d9f7362cd97bb85bc6a601635659965e53f7;hpb=be70f5cdc8ac472bff8ad8a36637457fe49778bd;p=gdcm.git diff --git a/src/gdcmParser.h b/src/gdcmParser.h index 8335d9f7..1a84b010 100644 --- a/src/gdcmParser.h +++ b/src/gdcmParser.h @@ -120,8 +120,9 @@ public: guint32 UnswapLong(guint32); // needed by gdcmFile protected: -// constructor and destructor are protected to forbid end user to instanciate -// class gdcmParser (only gdcmHeader and gdcmDicomDir are meaningfull) +// constructor and destructor are protected to forbid end user +// to instanciate class gdcmParser +// (only gdcmHeader and gdcmDicomDir are meaningfull) gdcmParser(bool exception_on_error = false); gdcmParser(const char *inFilename, bool exception_on_error = false,