Home
last modified time | relevance | path

Searched refs:DVPSOverlay_PList (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/libsrc/
H A Ddvpsovl.cc28 DVPSOverlay_PList::DVPSOverlay_PList() in DVPSOverlay_PList() function in DVPSOverlay_PList
33 DVPSOverlay_PList::DVPSOverlay_PList(const DVPSOverlay_PList &arg) in DVPSOverlay_PList() function in DVPSOverlay_PList
45 DVPSOverlay_PList::~DVPSOverlay_PList() in ~DVPSOverlay_PList()
50 void DVPSOverlay_PList::clear() in clear()
61 OFCondition DVPSOverlay_PList::read(DcmItem &dset) in read()
88 OFCondition DVPSOverlay_PList::write(DcmItem &dset) in write()
101 OFBool DVPSOverlay_PList::haveOverlayGroup(Uint16 group) in haveOverlayGroup()
106 DVPSOverlay *DVPSOverlay_PList::getOverlayGroup(Uint16 group) in getOverlayGroup()
119 DVPSOverlay *DVPSOverlay_PList::getOverlay(size_t idx) in getOverlay()
132 OFCondition DVPSOverlay_PList::removeOverlay(size_t idx) in removeOverlay()
[all …]
H A Ddvpsall.cc114 DVPSOverlay_PList &overlayList, in createFromImage()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/include/dcmtk/dcmpstat/
H A Ddvpsovl.h38 class DCMTK_DCMPSTAT_EXPORT DVPSOverlay_PList
42 DVPSOverlay_PList();
45 DVPSOverlay_PList(const DVPSOverlay_PList& copy);
51 DVPSOverlay_PList *clone() { return new DVPSOverlay_PList(*this); } in clone()
54 virtual ~DVPSOverlay_PList();
137 DVPSOverlay_PList& operator=(const DVPSOverlay_PList&);
H A Ddvpsall.h32 class DVPSOverlay_PList; variable
99 DVPSOverlay_PList &overlayList,
H A Ddcmpstat.h920 DVPSOverlay_PList overlayList;