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