Mercurial > hg > svcore
comparison data/fft/FFTDataServer.cpp @ 223:bf753a9abf0c
* Add slice layers (so you can display a slice of a colour 3d plot as if it were
a spectrum)
* Make spectrum layer a subclass of slice layer
author | Chris Cannam |
---|---|
date | Fri, 26 Jan 2007 16:59:57 +0000 |
parents | b3dfc3714006 |
children | a867be73b638 |
comparison
equal
deleted
inserted
replaced
222:c7122e70f8ec | 223:bf753a9abf0c |
---|---|
28 | 28 |
29 #include <QMessageBox> | 29 #include <QMessageBox> |
30 #include <QApplication> | 30 #include <QApplication> |
31 | 31 |
32 | 32 |
33 //#define DEBUG_FFT_SERVER 1 | 33 #define DEBUG_FFT_SERVER 1 |
34 //#define DEBUG_FFT_SERVER_FILL 1 | 34 //#define DEBUG_FFT_SERVER_FILL 1 |
35 | 35 |
36 #ifdef DEBUG_FFT_SERVER_FILL | 36 #ifdef DEBUG_FFT_SERVER_FILL |
37 #ifndef DEBUG_FFT_SERVER | 37 #ifndef DEBUG_FFT_SERVER |
38 #define DEBUG_FFT_SERVER 1 | 38 #define DEBUG_FFT_SERVER 1 |