Home
last modified time | relevance | path

Searched refs:DVPSDisplayedArea_PList (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/include/dcmtk/dcmpstat/
H A Ddvpsdal.h39 class DCMTK_DCMPSTAT_EXPORT DVPSDisplayedArea_PList
43 DVPSDisplayedArea_PList();
46 DVPSDisplayedArea_PList(const DVPSDisplayedArea_PList& copy);
52 DVPSDisplayedArea_PList *clone() { return new DVPSDisplayedArea_PList(*this); } in clone()
55 virtual ~DVPSDisplayedArea_PList();
133 DVPSDisplayedArea_PList& operator=(const DVPSDisplayedArea_PList&);
H A Ddcmpstat.h836 DVPSDisplayedArea_PList displayedAreaSelectionList;
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/libsrc/
H A Ddvpsdal.cc29 DVPSDisplayedArea_PList::DVPSDisplayedArea_PList() in DVPSDisplayedArea_PList() function in DVPSDisplayedArea_PList
34 DVPSDisplayedArea_PList::DVPSDisplayedArea_PList(const DVPSDisplayedArea_PList &arg) in DVPSDisplayedArea_PList() function in DVPSDisplayedArea_PList
46 DVPSDisplayedArea_PList::~DVPSDisplayedArea_PList() in ~DVPSDisplayedArea_PList()
51 void DVPSDisplayedArea_PList::clear() in clear()
62 OFCondition DVPSDisplayedArea_PList::read(DcmItem &dset) in read()
92 OFCondition DVPSDisplayedArea_PList::write(DcmItem &dset) in write()
121 DVPSDisplayedArea *DVPSDisplayedArea_PList::findDisplayedArea(const char *instanceUID, unsigned lon… in findDisplayedArea()
133 void DVPSDisplayedArea_PList::rotateAndFlip( in rotateAndFlip()
148 DVPSDisplayedArea *DVPSDisplayedArea_PList::createDisplayedArea( in createDisplayedArea()