Class to represent the value of a Data Element. More...
#include <gdcmValue.h>
Public Member Functions | |
Value () | |
~Value () | |
virtual void | Clear ()=0 |
virtual VL | GetLength () const =0 |
virtual bool | operator== (const Value &val) const =0 |
virtual void | SetLength (VL l)=0 |
Class to represent the value of a Data Element.
gdcm::Value::Value | ( | ) | [inline] |
gdcm::Value::~Value | ( | ) | [inline] |
virtual void gdcm::Value::Clear | ( | ) | [pure virtual] |
Implemented in gdcm::ByteValue, gdcm::SequenceOfFragments, and gdcm::SequenceOfItems.
virtual VL gdcm::Value::GetLength | ( | ) | const [pure virtual] |
Implemented in gdcm::ByteValue, gdcm::SequenceOfFragments, and gdcm::SequenceOfItems.
Referenced by gdcm::DataSet::InsertDataElement(), and gdcm::DataElement::SetValue().
virtual bool gdcm::Value::operator== | ( | const Value & | val ) | const [pure virtual] |
Implemented in gdcm::ByteValue, gdcm::SequenceOfFragments, and gdcm::SequenceOfItems.
virtual void gdcm::Value::SetLength | ( | VL | l ) | [pure virtual] |
Implemented in gdcm::ByteValue, gdcm::SequenceOfFragments, and gdcm::SequenceOfItems.