33 #include "dcmtk/config/osconfig.h"
34 #include "dcmtk/dcmdata/dcitem.h"
a class representing a list of DICOM elements in which each element has a different tag and elements ...
DVPSVOILUT_PList & operator=(const DVPSVOILUT_PList &)
private undefined assignment operator
virtual ~DVPSVOILUT_PList()
destructor
void clear()
reset the object to initial state.
size_t size() const
returns number of elements in the list.
size_t size() const
get number of VOI LUTs in this list.
DVPSVOILUT_PList * clone()
clone method.
the list of VOI LUTs contained in an image attached to a presentation state.
OFList< DVPSVOILUT * > list_
the list maintained by this object
DVPSVOILUT_PList()
default constructor
OFCondition read(DcmItem &dset)
reads a list of VOI LUTs from a DICOM dataset.
the representation of one VOI LUT in a DICOM image.
General purpose class for condition codes.
DVPSVOILUT * getVOILUT(size_t idx)
returns a pointer to the VOI LUT with the given index or NULL if it does not exist.