Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
458:f60360209e5c | 459:6441b31b37ac |
---|---|
54 * PointTypes have a duration, so this returns all points that span the | 54 * PointTypes have a duration, so this returns all points that span the |
55 * given frame. Consequently this can be very slow (optimised | 55 * given frame. Consequently this can be very slow (optimised |
56 * data structures still to be done!). | 56 * data structures still to be done!). |
57 */ | 57 */ |
58 virtual typename SparseValueModel<PointType>::PointList getPoints(long frame) const; | 58 virtual typename SparseValueModel<PointType>::PointList getPoints(long frame) const; |
59 | |
60 virtual const typename SparseModel<PointType>::PointList &getPoints() const { | |
61 return SparseModel<PointType>::getPoints(); | |
62 } | |
59 | 63 |
60 /** | 64 /** |
61 * TabularModel methods. | 65 * TabularModel methods. |
62 */ | 66 */ |
63 | 67 |