diff layer/Colour3DPlotLayer.h @ 98:2be85befe873

* Reorder plugin output querying so as to cope with plugins whose number of values per output varies depending on the initialise parameters * Make the colour 3D plot layer tolerably efficient with very dense models * Allow export of colour 3D plot layers
author Chris Cannam
date Wed, 10 May 2006 16:34:03 +0000
parents 4b98bda7e94d
children 0f36cdf407a6
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h	Wed May 10 11:43:52 2006 +0000
+++ b/layer/Colour3DPlotLayer.h	Wed May 10 16:34:03 2006 +0000
@@ -87,6 +87,8 @@
     const DenseThreeDimensionalModel *m_model; // I do not own this
     
     mutable QImage *m_cache;
+
+    virtual void paintDense(View *v, QPainter &paint, QRect rect) const;
 };
 
 #endif