Mercurial > hg > svcore
comparison data/model/SparseModel.h @ 1612:23a29e5dc0e9 single-point
Start implementing & testing PointSeries
author | Chris Cannam |
---|---|
date | Wed, 06 Mar 2019 16:24:23 +0000 |
parents | 560453546749 |
children | 2e14a7876945 |
comparison
equal
deleted
inserted
replaced
1611:b2f32c554199 | 1612:23a29e5dc0e9 |
---|---|
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" //!!! | |
36 | 38 |
37 /** | 39 /** |
38 * Model containing sparse data (points with some properties). The | 40 * Model containing sparse data (points with some properties). The |
39 * properties depend on the point type. | 41 * properties depend on the point type. |
40 */ | 42 */ |