Searched refs:DVPSImageBoxContent (Results 1 – 6 of 6) sorted by relevance
67 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 …]
35 DVPSImageBoxContent::DVPSImageBoxContent() in DVPSImageBoxContent() function in DVPSImageBoxContent56 DVPSImageBoxContent::DVPSImageBoxContent(const DVPSImageBoxContent& copy) in DVPSImageBoxContent() function in DVPSImageBoxContent77 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 …]
133 DVPSImageBoxContent *newib = NULL; in printSCPBasicGrayscaleImageBoxSet()
40 class DCMTK_DCMPSTAT_EXPORT DVPSImageBoxContent44 DVPSImageBoxContent();47 DVPSImageBoxContent(const DVPSImageBoxContent& copy);53 DVPSImageBoxContent *clone() { return new DVPSImageBoxContent(*this); } in clone()56 virtual ~DVPSImageBoxContent();301 DVPSImageBoxContent& operator=(const DVPSImageBoxContent&);
32 class DVPSImageBoxContent; variable145 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_;
851 …DVPSImageBoxContent *duplicateImageBox(const char *uid) { return imageBoxContentList.duplicateImag… in duplicateImageBox()867 …void replaceImageBox(DVPSImageBoxContent *newImageBox) { imageBoxContentList.replace(newImageBox);… in replaceImageBox()