Mercurial > hg > svgui
comparison layer/Colour3DPlotLayer.h @ 128:33929e0c3c6b
* Reorganising code base. This revision probably should compile once more.
author | Chris Cannam |
---|---|
date | Mon, 31 Jul 2006 14:05:22 +0000 |
parents | 999ae0f7d10c |
children | b32282fefccd |
comparison
equal
deleted
inserted
replaced
127:89c625dda204 | 128:33929e0c3c6b |
---|---|
14 */ | 14 */ |
15 | 15 |
16 #ifndef _COLOUR_3D_PLOT_H_ | 16 #ifndef _COLOUR_3D_PLOT_H_ |
17 #define _COLOUR_3D_PLOT_H_ | 17 #define _COLOUR_3D_PLOT_H_ |
18 | 18 |
19 #include "base/Layer.h" | 19 #include "Layer.h" |
20 | 20 |
21 #include "model/DenseThreeDimensionalModel.h" | 21 #include "data/model/DenseThreeDimensionalModel.h" |
22 | 22 |
23 class View; | 23 class View; |
24 class QPainter; | 24 class QPainter; |
25 class QImage; | 25 class QImage; |
26 | 26 |