Mercurial > hg > orthanc-stone
diff OrthancStone/Sources/Toolbox/DicomStructureSet.h @ 1893:90b5e116a5f9
removed DicomStructureSet::GetStructureColor()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 19 Jan 2022 14:01:57 +0100 |
parents | cdf91ad891a5 |
children | 14c8f339d480 |
line wrap: on
line diff
--- a/OrthancStone/Sources/Toolbox/DicomStructureSet.h Wed Jan 19 13:50:28 2022 +0100 +++ b/OrthancStone/Sources/Toolbox/DicomStructureSet.h Wed Jan 19 14:01:57 2022 +0100 @@ -195,12 +195,6 @@ Color GetStructureColor(size_t index) const; - // TODO - remove - void GetStructureColor(uint8_t& red, - uint8_t& green, - uint8_t& blue, - size_t index) const; - void GetReferencedInstances(std::set<std::string>& instances) const; void AddReferencedSlice(const std::string& sopInstanceUid,