|
GDCM
2.2.3
|
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::SequenceOfItems, and gdcm::SequenceOfFragments.
| virtual VL gdcm::Value::GetLength | ( | ) | const [pure virtual] |
Implemented in gdcm::ByteValue, gdcm::SequenceOfItems, and gdcm::SequenceOfFragments.
Referenced by gdcm::DataSet::InsertDataElement(), and gdcm::DataElement::SetValue().
| virtual bool gdcm::Value::operator== | ( | const Value & | val | ) | const [pure virtual] |
Implemented in gdcm::SequenceOfFragments, gdcm::SequenceOfItems, and gdcm::ByteValue.
| virtual void gdcm::Value::SetLength | ( | VL | l | ) | [pure virtual] |
Implemented in gdcm::ByteValue, gdcm::SequenceOfItems, and gdcm::SequenceOfFragments.
1.7.6.1