diff data/model/PathModel.h @ 1673:dfcd05e8bd2f osc-script

Merge from branch single-point
author Chris Cannam
date Wed, 27 Mar 2019 14:15:21 +0000
parents 8467bccdc403 623231712470
children 6804af71b7be
line wrap: on
line diff
--- a/data/model/PathModel.h	Tue Mar 26 14:34:21 2019 +0000
+++ b/data/model/PathModel.h	Wed Mar 27 14:15:21 2019 +0000
@@ -115,6 +115,9 @@
     /**
      * Query methods.
      */
+    int getPointCount() const {
+        return int(m_points.size());
+    }
     const PointList &getPoints() const {
         return m_points;
     }