comparison data/model/FFTModel.h @ 1086:9f4505ac9072

Tidy dense time-value model API a bit; add first simple unit test for FFT model
author Chris Cannam
date Wed, 10 Jun 2015 17:06:02 +0100
parents ec6e7f0f3f5b
children 420fc961c0c4
comparison
equal deleted inserted replaced
1085:bf6f64dabe73 1086:9f4505ac9072
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef _FFT_MODEL_H_ 16 #ifndef FFT_MODEL_H
17 #define _FFT_MODEL_H_ 17 #define FFT_MODEL_H
18 18
19 #include "data/fft/FFTDataServer.h" 19 #include "data/fft/FFTDataServer.h"
20 #include "DenseThreeDimensionalModel.h" 20 #include "DenseThreeDimensionalModel.h"
21 21
22 #include <set> 22 #include <set>