14#ifndef GDCMEXPLICITIMPLICITDATAELEMENT_H
15#define GDCMEXPLICITIMPLICITDATAELEMENT_H
34 template <
typename TSwap>
35 std::istream &
Read(std::istream &is);
37 template <
typename TSwap>
40 template <
typename TSwap>
41 std::istream &
ReadValue(std::istream &is,
bool readvalues =
true);
43 template <
typename TSwap>
47 return Read<TSwap>(is);
57#include "gdcmExplicitImplicitDataElement.txx"
Class to represent a Data Element either Implicit or Explicit.
Definition gdcmDataElement.h:59
Class to read/write a DataElement as ExplicitImplicit Data Element.
Definition gdcmExplicitImplicitDataElement.h:30
std::istream & ReadPreValue(std::istream &is)
std::istream & Read(std::istream &is)
std::istream & ReadWithLength(std::istream &is, VL &length)
Definition gdcmExplicitImplicitDataElement.h:44
std::istream & ReadValue(std::istream &is, bool readvalues=true)
Value Length.
Definition gdcmVL.h:30
#define GDCM_EXPORT
Definition gdcmWin32.h:34