diff OrthancStone/Sources/Toolbox/DicomStructureSet.h @ 1898:a5e54bd87b25

try to use UnionOfRectangles in DicomStructureSet
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Jan 2022 19:42:04 +0100
parents b3c08e607d9f
children 738814c24574
line wrap: on
line diff
--- a/OrthancStone/Sources/Toolbox/DicomStructureSet.h	Wed Jan 26 17:28:47 2022 +0100
+++ b/OrthancStone/Sources/Toolbox/DicomStructureSet.h	Wed Jan 26 19:42:04 2022 +0100
@@ -83,7 +83,6 @@
       Points              points_;
       Extent2D            extent_;
 
-      void CheckPointIsOnSlice(const Vector& v) const;
       bool IsPointOnSliceIfAny(const Vector& v) const;
 
     public: