Mercurial > hg > svcore
comparison data/model/SparseModel.h @ 1614:2e14a7876945 single-point
Fixes and tests for PointSeries
author | Chris Cannam |
---|---|
date | Thu, 07 Mar 2019 14:35:57 +0000 |
parents | 23a29e5dc0e9 |
children | 628ffbb05856 |
comparison
equal
deleted
inserted
replaced
1613:ea4f3593c39c | 1614:2e14a7876945 |
---|---|
31 | 31 |
32 #include <cmath> | 32 #include <cmath> |
33 | 33 |
34 #include <QMutex> | 34 #include <QMutex> |
35 #include <QTextStream> | 35 #include <QTextStream> |
36 | |
37 #include "base/PointSeries.h" //!!! | |
38 | 36 |
39 /** | 37 /** |
40 * Model containing sparse data (points with some properties). The | 38 * Model containing sparse data (points with some properties). The |
41 * properties depend on the point type. | 39 * properties depend on the point type. |
42 */ | 40 */ |