DICOM data. More...
#include <VolumeViz/readers/dicom/SiDicomElement.h>
Public Member Functions | |
virtual | ~SiDicomElement () |
Destructor. | |
virtual SiDicomElement * | clone () const =0 |
Create a clone of the current element. | |
virtual const SoDicomTag & | getTag () const =0 |
Get the tag of the element. | |
virtual const SiDicomValue * | getValue () const =0 |
Get the value of the element. | |
virtual const SiDicomSequence * | getSequence () const =0 |
Get the sequence contained in the element. | |
Access data in a DICOM element.
An element is identified by its tag, and can contain a value or a sequence but not both. An empty element has no value or sequence.
SoVRDicomFileReader, SoVRDicomData, SoDicomTag, SiDicomDataSet, SiDicomValue, SiDicomSequence
Definition at line 32 of file SiDicomElement.h.
|
inlinevirtual |
Destructor.
Definition at line 38 of file SiDicomElement.h.
|
pure virtual |
Create a clone of the current element.
|
pure virtual |
Get the sequence contained in the element.
|
pure virtual |
Get the tag of the element.
|
pure virtual |
Get the value of the element.