14#ifndef GDCMUNEXPLICITDATAELEMENT_H
15#define GDCMUNEXPLICITDATAELEMENT_H
31 template <
typename TSwap>
32 std::istream &
Read(std::istream &is);
34 template <
typename TSwap>
37 template <
typename TSwap>
38 std::istream &
ReadValue(std::istream &is,
bool readvalues =
true);
40 template <
typename TSwap>
50#include "gdcmUNExplicitDataElement.txx"
Class to represent a Data Element either Implicit or Explicit.
Definition gdcmDataElement.h:59
Class to read/write a DataElement as UNExplicit Data Element.
Definition gdcmUNExplicitDataElement.h:27
std::istream & Read(std::istream &is)
std::istream & ReadWithLength(std::istream &is, VL &length)
std::istream & ReadPreValue(std::istream &is)
std::istream & ReadValue(std::istream &is, bool readvalues=true)
Value Length.
Definition gdcmVL.h:30
#define GDCM_EXPORT
Definition gdcmWin32.h:34