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 ...
size_t size() const
get number of curves in this list.
DVPSCurve_PList & operator=(const DVPSCurve_PList &)
private undefined assignment operator
virtual ~DVPSCurve_PList()
destructor
DVPSCurve_PList * clone()
clone method.
DVPSCurve_PList()
default constructor
OFList< DVPSCurve * > list_
the list maintained by this object
void clear()
reset the object to initial state.
the list of curves contained in image which is attached to a presentation state.
DVPSCurve * getCurveGroup(Uint16 group)
get curve by group
the representation of one Curve in a DICOM image.
DVPSCurve * getCurve(size_t idx)
get curve by index
size_t size() const
returns number of elements in the list.
OFCondition read(DcmItem &dset)
reads all curve groups which can be displayed in a presentation state from a DICOM dataset...
OFBool haveCurveGroup(Uint16 group)
check presence of curve group
General purpose class for condition codes.