comparison layer/Colour3DPlotLayer.cpp @ 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 10eec0da9efe
comparison
equal deleted inserted replaced
127:89c625dda204 128:33929e0c3c6b
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #include "Colour3DPlotLayer.h" 16 #include "Colour3DPlotLayer.h"
17 17
18 #include "base/View.h" 18 #include "view/View.h"
19 #include "base/Profiler.h" 19 #include "base/Profiler.h"
20 20
21 #include <QPainter> 21 #include <QPainter>
22 #include <QImage> 22 #include <QImage>
23 #include <QRect> 23 #include <QRect>