19 namespace gdcm {
class VL; }
22 #if !defined(SWIGPYTHON) && !defined(SWIGCSHARP) && !defined(SWIGJAVA) && !defined(SWIGPHP)
37 virtual VL GetLength()
const = 0;
38 virtual void SetLength(
VL l) = 0;
40 virtual void Clear() = 0;
46 virtual void SetLengthOnly(
VL l);
51 #include "gdcmValue.txx"
Class to represent the value of a Data Element.
Definition: gdcmValue.h:31
#define GDCM_EXPORT
Definition: gdcmWin32.h:34
Value Length.
Definition: gdcmVL.h:29
Object.
Definition: gdcmObject.h:36
Class to represent a Data Element either Implicit or Explicit.
Definition: gdcmDataElement.h:58
bool operator==(const CodeString &ref, const CodeString &cs)
Definition: gdcmCodeString.h:93
Value()
Definition: gdcmValue.h:34
Definition: gdcmASN1.h:20
~Value()
Definition: gdcmValue.h:35