14 #ifndef GDCMEXPLICITDATAELEMENT_H
15 #define GDCMEXPLICITDATAELEMENT_H
30 template <
typename TSwap>
31 std::istream &Read(std::istream &is);
33 template <
typename TSwap>
34 std::istream &ReadPreValue(std::istream &is);
36 template <
typename TSwap>
37 std::istream &ReadValue(std::istream &is);
39 template <
typename TSwap>
40 std::istream &ReadWithLength(std::istream &is,
VL & length);
42 template <
typename TSwap>
43 const std::ostream &Write(std::ostream &os)
const;
48 #include "gdcmExplicitDataElement.txx"
50 #endif //GDCMEXPLICITDATAELEMENT_H