Mercurial > hg > svgui
changeset 443:5124d1494a59
* 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 | c803eb18ebba |
children | e5800f4490c4 |
files | layer/Colour3DPlotLayer.cpp |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.cpp Fri Nov 07 17:31:06 2008 +0000 +++ b/layer/Colour3DPlotLayer.cpp Tue Nov 11 13:54:47 2008 +0000 @@ -572,6 +572,11 @@ void Colour3DPlotLayer::paint(View *v, QPainter &paint, QRect rect) const { +/*!!! + if (m_model) { + std::cerr << "Colour3DPlotLayer::paint: model says shouldUseLogValueScale = " << m_model->shouldUseLogValueScale() << std::endl; + } +*/ // Profiler profiler("Colour3DPlotLayer::paint"); #ifdef DEBUG_COLOUR_3D_PLOT_LAYER_PAINT std::cerr << "Colour3DPlotLayer::paint(): m_model is " << m_model << ", zoom level is " << v->getZoomLevel() << std::endl;