Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
97:a0e7edf9703a | 98:2be85befe873 |
---|---|
85 | 85 |
86 protected: | 86 protected: |
87 const DenseThreeDimensionalModel *m_model; // I do not own this | 87 const DenseThreeDimensionalModel *m_model; // I do not own this |
88 | 88 |
89 mutable QImage *m_cache; | 89 mutable QImage *m_cache; |
90 | |
91 virtual void paintDense(View *v, QPainter &paint, QRect rect) const; | |
90 }; | 92 }; |
91 | 93 |
92 #endif | 94 #endif |