14 #ifndef GDCMEXPLICITIMPLICITDATAELEMENT_H
15 #define GDCMEXPLICITIMPLICITDATAELEMENT_H
34 template <
typename TSwap>
35 std::istream &Read(std::istream &is);
37 template <
typename TSwap>
38 std::istream &ReadPreValue(std::istream &is);
40 template <
typename TSwap>
41 std::istream &ReadValue(std::istream &is);
43 template <
typename TSwap>
44 std::istream &ReadWithLength(std::istream &is,
VL & length)
46 return Read<TSwap>(is); (void)length;
56 #include "gdcmExplicitImplicitDataElement.txx"
58 #endif //GDCMEXPLICITIMPLICITDATAELEMENT_H