diff data/model/IntervalModel.h @ 459:6441b31b37ac

* somewhat clearer layout in region layer
author Chris Cannam
date Thu, 16 Oct 2008 13:38:33 +0000
parents 32c399d06374
children d7f3dfe6f9a4
line wrap: on
line diff
--- a/data/model/IntervalModel.h	Wed Oct 15 12:08:02 2008 +0000
+++ b/data/model/IntervalModel.h	Thu Oct 16 13:38:33 2008 +0000
@@ -57,6 +57,10 @@
      */
     virtual typename SparseValueModel<PointType>::PointList getPoints(long frame) const;
 
+    virtual const typename SparseModel<PointType>::PointList &getPoints() const {
+        return SparseModel<PointType>::getPoints(); 
+    }
+
     /**
      * TabularModel methods.  
      */