Mercurial > hg > svcore
comparison data/model/DenseThreeDimensionalModel.h @ 345:700cd3350391
* Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
It's still rather unstable though.
author | Chris Cannam |
---|---|
date | Wed, 28 Nov 2007 17:45:37 +0000 |
parents | bf753a9abf0c |
children | 1405f4a2caf3 |
comparison
equal
deleted
inserted
replaced
344:277006c62fea | 345:700cd3350391 |
---|---|
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 }; |