diff data/model/DenseThreeDimensionalModel.h @ 223:bf753a9abf0c

* Add slice layers (so you can display a slice of a colour 3d plot as if it were a spectrum) * Make spectrum layer a subclass of slice layer
author Chris Cannam
date Fri, 26 Jan 2007 16:59:57 +0000
parents 91fdc752e540
children 700cd3350391
line wrap: on
line diff
--- a/data/model/DenseThreeDimensionalModel.h	Thu Jan 25 17:41:00 2007 +0000
+++ b/data/model/DenseThreeDimensionalModel.h	Fri Jan 26 16:59:57 2007 +0000
@@ -54,11 +54,10 @@
 
     /**
      * Return true if there are data available for the given column.
-     * This should return true only if getBinValues(windowStartFrame)
-     * would not have to do any substantial work to calculate its
-     * return values.  If this function returns false, it may still be
-     * possible to get the bin values for that column, but they may
-     * have to be calculated.
+     * This should return true only if getColumn(column) would not
+     * have to do any substantial work to calculate its return values.
+     * If this function returns false, it may still be possible to
+     * retrieve the column, but its values may have to be calculated.
      */
     virtual bool isColumnAvailable(size_t column) const = 0;