14#ifndef GDCMCP246EXPLICITDATAELEMENT_H
15#define GDCMCP246EXPLICITDATAELEMENT_H
32 template <
typename TSwap>
33 std::istream &
Read(std::istream &is);
35 template <
typename TSwap>
38 template <
typename TSwap>
39 std::istream &
ReadValue(std::istream &is,
bool readvalues =
true);
41 template <
typename TSwap>
51#include "gdcmCP246ExplicitDataElement.txx"
Class to read/write a DataElement as CP246Explicit Data Element.
Definition gdcmCP246ExplicitDataElement.h:28
std::istream & ReadPreValue(std::istream &is)
std::istream & ReadWithLength(std::istream &is, VL &length)
std::istream & Read(std::istream &is)
std::istream & ReadValue(std::istream &is, bool readvalues=true)
Class to represent a Data Element either Implicit or Explicit.
Definition gdcmDataElement.h:59
Value Length.
Definition gdcmVL.h:30
#define GDCM_EXPORT
Definition gdcmWin32.h:34