X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmHeaderHelper.h;h=9fdcffbde4ea5e682b0910a58c9bd7f4aff52527;hb=3f0c0dc58eba64083f79a898d6f60119cd448650;hp=f635c81b049e3719a627ce8908d4cf19d5242500;hpb=76f7307f9485e39bba565423a91989f8c9c18c21;p=gdcm.git diff --git a/src/gdcmHeaderHelper.h b/src/gdcmHeaderHelper.h index f635c81b..9fdcffbd 100644 --- a/src/gdcmHeaderHelper.h +++ b/src/gdcmHeaderHelper.h @@ -54,8 +54,11 @@ enum ModalityType { //----------------------------------------------------------------------------- /* - * This class is meant to *interpret* data given from gdcmHeader - * That is to say : + * \defgroup gdcmHeaderHelper + * \brief + * + * - This class is meant to *interpret* data given from gdcmHeader + * - That is to say : * - it will help other dev to link against there lib * - return value instead of string * - will be able to search for data at some other place @@ -66,7 +69,9 @@ class GDCM_EXPORT gdcmHeaderHelper : public gdcmHeader { public: gdcmHeaderHelper(); gdcmHeaderHelper(const char *filename, - bool exception_on_error = false); + bool exception_on_error = false, + bool enable_sequences = false, + bool ignore_shadow = false); int GetPixelSize(); std::string GetPixelType(); @@ -104,9 +109,12 @@ public: }; //----------------------------------------------------------------------------- -/** -This class should be used for a stack of 2D dicom images. -For a multiframe dicom image better use directly gdcmHeaderHelper +/* + * \defgroup gdcmSerieHeaderHelper + * \brief + * + * - This class should be used for a stack of 2D dicom images. + * - For a multiframe dicom image better use directly gdcmHeaderHelper */ class GDCM_EXPORT gdcmSerieHeaderHelper { public: