comparison data/model/IntervalModel.h @ 1055:0559f25b99f2 cxx11

Build fixes for OS/X
author Chris Cannam
date Wed, 11 Mar 2015 13:30:37 +0000
parents a1cd5abcb38b
children 48e9f538e6e9
comparison
equal deleted inserted replaced
1054:98d4dabbf740 1055:0559f25b99f2
46 * PointTypes have a duration, so this returns all points that span any 46 * PointTypes have a duration, so this returns all points that span any
47 * of the given range (as well as the usual additional few before 47 * of the given range (as well as the usual additional few before
48 * and after). Consequently this can be very slow (optimised data 48 * and after). Consequently this can be very slow (optimised data
49 * structures still to be done!). 49 * structures still to be done!).
50 */ 50 */
51 virtual typename SparseValueModel<PointType>::PointList getPoints(long start, long end) const; 51 virtual typename SparseValueModel<PointType>::PointList getPoints(sv_frame_t start, sv_frame_t end) const;
52 52
53 /** 53 /**
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!).