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,
bool readvalues =
true);
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
#define GDCM_EXPORT
Definition: gdcmWin32.h:34
Value Length.
Definition: gdcmVL.h:29
Class to represent a Data Element either Implicit or Explicit.
Definition: gdcmDataElement.h:58
Class to read/write a DataElement as Explicit Data Element.
Definition: gdcmExplicitDataElement.h:25