Tomato
gdcmTomatoReadTags.h
1 //
2 // Created by Konrad Werys on 18.11.19.
3 //
4 
5 #ifndef TOMATO_GDCMTOMATOREADTAGS_H
6 #define TOMATO_GDCMTOMATOREADTAGS_H
7 
8 #include "CmakeConfigForTomato.h"
9 
10 #ifdef USE_ITK
11 #include "tomatolib_export.h"
12 
13 #include <string>
14 #include <vector>
15 #include <utility>
16 
17 int TOMATOLIB_EXPORT gdcmTomatoReadTags(
18  std::vector<std::pair<int, int> > tags,
19  std::string filename,
20  std::string &tagContent,
21  bool verbose);
22 
23 #endif //USE_ITK
24 
25 #endif //TOMATO_GDCMTOMATOREADTAGS_H