Mercurial > hg > svcore
comparison data/model/DenseThreeDimensionalModel.h @ 384:6f6ab834449d spectrogram-cache-rejig
* Merge from trunk
author | Chris Cannam |
---|---|
date | Wed, 27 Feb 2008 11:59:42 +0000 |
parents | bf753a9abf0c |
children | 1405f4a2caf3 |
comparison
equal
deleted
inserted
replaced
337:a6fab10ff9e6 | 384:6f6ab834449d |
---|---|
96 */ | 96 */ |
97 bool isOverThreshold(size_t x, size_t y, float threshold) { | 97 bool isOverThreshold(size_t x, size_t y, float threshold) { |
98 return getValueAt(x, y) > threshold; | 98 return getValueAt(x, y) > threshold; |
99 } | 99 } |
100 | 100 |
101 QString getTypeName() const { return tr("Dense 3-D"); } | |
102 | |
101 virtual int getCompletion() const = 0; | 103 virtual int getCompletion() const = 0; |
102 | 104 |
103 protected: | 105 protected: |
104 DenseThreeDimensionalModel() { } | 106 DenseThreeDimensionalModel() { } |
105 }; | 107 }; |