X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmHeaderHelper.h;h=9fdcffbde4ea5e682b0910a58c9bd7f4aff52527;hb=36205426d2bbb33e6e08793130f6b6485a500372;hp=1b9b5f396f985c2a8df33d6ad554aef4cb580de8;hpb=aba8714645174c0c7d3c7aadf6af1832743e2971;p=gdcm.git diff --git a/src/gdcmHeaderHelper.h b/src/gdcmHeaderHelper.h index 1b9b5f39..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(); @@ -88,7 +93,7 @@ public: std::string GetInstanceUID(); /** - * change GetXImagePosition -> GetXOrigin in order not to confused reader + * change GetXImagePosition -> GetXOrigin in order not to confuse reader * -# GetXOrigin can return default value (=0) if it was not ImagePosition * -# Image Position is different in dicomV3 <> ACR NEMA -> better use generic * name @@ -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: