Mercurial > hg > svcore
comparison data/model/RegionModel.h @ 459:6441b31b37ac
* somewhat clearer layout in region layer
author | Chris Cannam |
---|---|
date | Thu, 16 Oct 2008 13:38:33 +0000 |
parents | 325112751f0e |
children | d7f3dfe6f9a4 |
comparison
equal
deleted
inserted
replaced
458:f60360209e5c | 459:6441b31b37ac |
---|---|
99 m_haveDistinctValues(false) | 99 m_haveDistinctValues(false) |
100 { | 100 { |
101 } | 101 } |
102 | 102 |
103 RegionModel(size_t sampleRate, size_t resolution, | 103 RegionModel(size_t sampleRate, size_t resolution, |
104 float valueMinimum, float valueMaximum, | 104 float valueMinimum, float valueMaximum, |
105 bool notifyOnAdd = true) : | 105 bool notifyOnAdd = true) : |
106 IntervalModel<RegionRec>(sampleRate, resolution, | 106 IntervalModel<RegionRec>(sampleRate, resolution, |
107 valueMinimum, valueMaximum, | 107 valueMinimum, valueMaximum, |
108 notifyOnAdd), | 108 notifyOnAdd), |
109 m_valueQuantization(0), | 109 m_valueQuantization(0), |
110 m_haveDistinctValues(false) | 110 m_haveDistinctValues(false) |