diff Framework/Toolbox/DicomStructureSet.h @ 988:4c9b4c4de814 toa2019090901

Fixed bug in DicomStructureSet that prevented points from being added to polygons
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 09 Sep 2019 16:15:28 +0200
parents c20dbaab360c
children 50e5acf5553b
line wrap: on
line diff
--- a/Framework/Toolbox/DicomStructureSet.h	Mon Sep 09 15:18:24 2019 +0200
+++ b/Framework/Toolbox/DicomStructureSet.h	Mon Sep 09 16:15:28 2019 +0200
@@ -73,7 +73,7 @@
       Extent2D            extent_;
 
       void CheckPointIsOnSlice(const Vector& v) const;
-      bool IsPointOnSlice(const Vector& v) const;
+      bool IsPointOnSliceIfAny(const Vector& v) const;
 
     public:
       Polygon(const std::string& sopInstanceUid) :