diff data/model/DenseThreeDimensionalModel.h @ 478:1405f4a2caf3

* Add use-log-scale estimator. Not quite right yet; the model doesn't actually have any data in it yet at the point where we want to make this decision * Update changelog
author Chris Cannam
date Tue, 11 Nov 2008 13:54:47 +0000
parents 700cd3350391
children 83eae5239db6
line wrap: on
line diff
--- a/data/model/DenseThreeDimensionalModel.h	Tue Nov 11 09:41:45 2008 +0000
+++ b/data/model/DenseThreeDimensionalModel.h	Tue Nov 11 13:54:47 2008 +0000
@@ -80,6 +80,12 @@
     virtual QString getBinName(size_t n) const = 0;
 
     /**
+     * Estimate whether a logarithmic scale might be appropriate for
+     * the value scale.
+     */
+    virtual bool shouldUseLogValueScale() const = 0;
+
+    /**
      * Utility function to query whether a given bin is greater than
      * its (vertical) neighbours.
      */