GDCM
2.2.0
|
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 |
![]() | |
Object () | |
Object (const Object &) | |
Special requirement for copy/cstor, assigment operator. | |
virtual | ~Object () |
void | operator= (const Object &) |
virtual void | Print (std::ostream &) const |
Additional Inherited Members | |
![]() | |
void | Register () |
void | UnRegister () |
Class to represent the value of a Data Element.
|
inline |
|
inline |
|
pure virtual |
Implemented in gdcm::ByteValue, gdcm::SequenceOfItems, and gdcm::SequenceOfFragments.
|
pure virtual |
Implemented in gdcm::ByteValue, gdcm::SequenceOfItems, and gdcm::SequenceOfFragments.
Referenced by gdcm::DataSet::InsertDataElement(), and gdcm::DataElement::SetValue().
|
pure virtual |
Implemented in gdcm::SequenceOfItems, gdcm::SequenceOfFragments, and gdcm::ByteValue.
|
pure virtual |
Implemented in gdcm::ByteValue, gdcm::SequenceOfItems, and gdcm::SequenceOfFragments.