Home
last modified time | relevance | path

Searched refs:DVPSImageBoxContent (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/libsrc/
H A Ddvpsibl.cc67 DVPSImageBoxContent *newImage = NULL; in read()
80 newImage = new DVPSImageBoxContent(); in read()
185 DVPSImageBoxContent *newImage = new DVPSImageBoxContent(); in addImageBox()
257 DVPSImageBoxContent *box = getImageBox(idx); in imageHasAdditionalSettings()
264 DVPSImageBoxContent *box = getImageBox(idx); in setImagePolarity()
271 DVPSImageBoxContent *box = getImageBox(idx); in setImageRequestedSize()
278 DVPSImageBoxContent *box = getImageBox(idx); in setImageMagnificationType()
285 DVPSImageBoxContent *box = getImageBox(idx); in setImageSmoothingType()
292 DVPSImageBoxContent *box = getImageBox(idx); in setImageConfigurationInformation()
443 DVPSImageBoxContent *box = NULL; in printSCPCreate()
[all …]
H A Ddvpsib.cc35 DVPSImageBoxContent::DVPSImageBoxContent() in DVPSImageBoxContent() function in DVPSImageBoxContent
56 DVPSImageBoxContent::DVPSImageBoxContent(const DVPSImageBoxContent& copy) in DVPSImageBoxContent() function in DVPSImageBoxContent
77 DVPSImageBoxContent::~DVPSImageBoxContent() in ~DVPSImageBoxContent()
81 void DVPSImageBoxContent::clear() in clear()
103 OFCondition DVPSImageBoxContent::setContent( in setContent()
445 const char *DVPSImageBoxContent::getSOPClassUID() in getSOPClassUID()
471 OFCondition DVPSImageBoxContent::getImageReference( in getImageReference()
503 const char *DVPSImageBoxContent::getPolarity() in getPolarity()
612 OFCondition DVPSImageBoxContent::setDefault() in setDefault()
649 OFBool DVPSImageBoxContent::printSCPSet( in printSCPSet()
[all …]
H A Ddvpsspl.cc133 DVPSImageBoxContent *newib = NULL; in printSCPBasicGrayscaleImageBoxSet()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/include/dcmtk/dcmpstat/
H A Ddvpsib.h40 class DCMTK_DCMPSTAT_EXPORT DVPSImageBoxContent
44 DVPSImageBoxContent();
47 DVPSImageBoxContent(const DVPSImageBoxContent& copy);
53 DVPSImageBoxContent *clone() { return new DVPSImageBoxContent(*this); } in clone()
56 virtual ~DVPSImageBoxContent();
301 DVPSImageBoxContent& operator=(const DVPSImageBoxContent&);
H A Ddvpsibl.h32 class DVPSImageBoxContent; variable
145 OFCondition addImageBox(DVPSImageBoxContent *box);
342 DVPSImageBoxContent *duplicateImageBox(const char *uid);
358 void replace(DVPSImageBoxContent *newImageBox);
379 DVPSImageBoxContent *getImageBox(size_t idx);
383 OFList<DVPSImageBoxContent *> list_;
H A Ddvpssp.h851DVPSImageBoxContent *duplicateImageBox(const char *uid) { return imageBoxContentList.duplicateImag… in duplicateImageBox()
867 …void replaceImageBox(DVPSImageBoxContent *newImageBox) { imageBoxContentList.replace(newImageBox);… in replaceImageBox()