14 #ifndef GDCMVR16EXPLICITDATAELEMENT_H
15 #define GDCMVR16EXPLICITDATAELEMENT_H
33 template <
typename TSwap>
34 std::istream &Read(std::istream &is);
36 template <
typename TSwap>
37 std::istream &ReadPreValue(std::istream &is);
39 template <
typename TSwap>
40 std::istream &ReadValue(std::istream &is,
bool readvalues =
true);
42 template <
typename TSwap>
43 std::istream &ReadWithLength(std::istream &is,
VL & length);
52 #include "gdcmVR16ExplicitDataElement.txx"
54 #endif //GDCMVR16EXPLICITDATAELEMENT_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: gdcmVR16ExplicitDataElement.h:28
Definition: gdcmASN1.h:20