14#ifndef GDCMVR16EXPLICITDATAELEMENT_H
15#define GDCMVR16EXPLICITDATAELEMENT_H
33 template <
typename TSwap>
34 std::istream &
Read(std::istream &is);
36 template <
typename TSwap>
39 template <
typename TSwap>
40 std::istream &
ReadValue(std::istream &is,
bool readvalues =
true);
42 template <
typename TSwap>
52#include "gdcmVR16ExplicitDataElement.txx"
Class to represent a Data Element either Implicit or Explicit.
Definition gdcmDataElement.h:59
Value Length.
Definition gdcmVL.h:30
Class to read/write a DataElement as Explicit Data Element.
Definition gdcmVR16ExplicitDataElement.h:29
std::istream & ReadValue(std::istream &is, bool readvalues=true)
std::istream & Read(std::istream &is)
std::istream & ReadPreValue(std::istream &is)
std::istream & ReadWithLength(std::istream &is, VL &length)
#define GDCM_EXPORT
Definition gdcmWin32.h:34