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 ...
DVPSVOIWindow_PList()
default constructor
DVPSVOIWindow_PList * clone()
clone method.
DVPSVOIWindow_PList & operator=(const DVPSVOIWindow_PList &)
private undefined assignment operator
DVPSVOIWindow * getVOIWindow(size_t idx)
returns a pointer to the VOI Window with the given index or NULL if it does not exist.
OFList< DVPSVOIWindow * > list_
the list maintained by this object
the list of VOI Windows contained in an image attached to a presentation state.
void clear()
reset the object to initial state.
size_t size() const
get number of VOI Windows in this list.
virtual ~DVPSVOIWindow_PList()
destructor
size_t size() const
returns number of elements in the list.
OFCondition read(DcmItem &dset)
reads a list of VOI Windows from a DICOM dataset.
the representation of one VOI Window in a DICOM image.
General purpose class for condition codes.