X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaImageIODicomImageReader2.h;h=a267b2993f4ad36d32d772a0f7bb7607ad9644b8;hb=a13d364535da892bef280e605549562f05e52d4e;hp=08b01f3a8ca925d8504f60eca270c75f073be2ac;hpb=3a22e19184c369b130d4caa992a8e98e50c7a0ee;p=creaImageIO.git diff --git a/src/creaImageIODicomImageReader2.h b/src/creaImageIODicomImageReader2.h index 08b01f3..a267b29 100644 --- a/src/creaImageIODicomImageReader2.h +++ b/src/creaImageIODicomImageReader2.h @@ -7,6 +7,7 @@ #include #include #include +#include #endif class vtkGDCMImageReader; @@ -39,6 +40,8 @@ namespace creaImageIO void ReadAttributes2(const std::string& filename, tree::AttributeMapType& attr); + /// Another function to read attributes for a file + void getAttributes(const std::string filename, std::map &infos, std::vector i_attr); private: const std::string GetStringValueFromTag( const gdcm::DataElement& ds); vtkGDCMImageReader *mReader;