14 #ifndef GDCMUNEXPLICITDATAELEMENT_H
15 #define GDCMUNEXPLICITDATAELEMENT_H
31 template <
typename TSwap>
32 std::istream &Read(std::istream &is);
34 template <
typename TSwap>
35 std::istream &ReadPreValue(std::istream &is);
37 template <
typename TSwap>
38 std::istream &ReadValue(std::istream &is,
bool readvalues =
true);
40 template <
typename TSwap>
41 std::istream &ReadWithLength(std::istream &is,
VL & length);
50 #include "gdcmUNExplicitDataElement.txx"
52 #endif //GDCMUNEXPLICITDATAELEMENT_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 UNExplicit Data Element.
Definition: gdcmUNExplicitDataElement.h:26
Definition: gdcmASN1.h:20