23 class StreamImageReader;
67 void SetFileName(
const char *filename_native);
71 Stream = &input_stream;
85 bool ReadUpToTag(
const Tag & tag, std::set<Tag>
const & skiptags = std::set<Tag>() );
88 bool ReadSelectedTags(std::set<Tag>
const & tags);
96 bool ReadMetaInformation();
114 template <
typename T_Caller>
115 bool InternalReadCommon(
const T_Caller &caller);
117 std::istream *Stream;
118 std::ifstream *Ifstream;
130 #endif //GDCMREADER_H