25 class StreamImageReader;
69 void SetFileName(
const char *filename_native);
73 Stream = &input_stream;
87 bool ReadUpToTag(
const Tag & tag, std::set<Tag>
const & skiptags = std::set<Tag>() );
90 bool ReadSelectedTags(std::set<Tag>
const & tags);
98 bool ReadMetaInformation();
116 template <
typename T_Caller>
117 bool InternalReadCommon(
const T_Caller &caller);
119 std::istream *Stream;
120 std::ifstream *Ifstream;
132 #endif //GDCMREADER_H