X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmHeader.h;h=3051124132dea94e2acc68cbc3728386e3bbd39b;hb=c38654db595b51f0295f607c51172dae56d1d65d;hp=4308f3b4517c9a3446b19faef8e2b5fda0c2399d;hpb=22f785a2627d1e7823701193bd7624739a3e033b;p=gdcm.git diff --git a/src/gdcmHeader.h b/src/gdcmHeader.h index 4308f3b4..30511241 100644 --- a/src/gdcmHeader.h +++ b/src/gdcmHeader.h @@ -79,6 +79,22 @@ public: // TODO Swig int SetShaDict(std::string filename); // TODO Swig int SetPubDict(std::string filename); + +// System access +/** + * \ingroup gdcmHeader + * \brief the Header Entry Group Number of the 'Pixel Group' + * is not allways 0x7fe0 + * @return GrPixel + */ + guint16 GetGrPixel(void) {return GrPixel;} +/** + * \ingroup gdcmHeader + * \brief the Header Entry Element Number of the 'Pixel Element' + * is not allways 0x0010 + * @return NumPixel + */ + guint16 GetNumPixel(void) {return NumPixel;} // Entry