DICOM data. More...
#include <VolumeViz/readers/dicom/SiDicomSequence.h>
Public Member Functions | |
virtual | ~SiDicomSequence () |
Destructor. | |
virtual SiDicomSequence * | clone () const =0 |
Create a clone of the sequence. | |
virtual size_t | getLength () const =0 |
Get the number of nested data sets contained in this sequence. | |
virtual const SiDicomDataSet * | getItem (const size_t idx) const =0 |
Get the n-th nested data set. | |
Access data in a DICOM sequence.
A DICOM sequence contains a vector of nested data sets, called "items" in this context.
SoVRDicomFileReader, SoVRDicomData, SoDicomTag, SiDicomDataSet, SiDicomElement, SiDicomValue,
Definition at line 30 of file SiDicomSequence.h.
|
inlinevirtual |
Destructor.
Definition at line 36 of file SiDicomSequence.h.
|
pure virtual |
Create a clone of the sequence.
|
pure virtual |
Get the n-th nested data set.
idx | the index of the nested data set to get. |
|
pure virtual |
Get the number of nested data sets contained in this sequence.