comparison data/fft/FFTFileCache.h @ 152:21792a550ec9 last-cc-copyright

* Move the current DenseThreeDimensionalModel to EditableDenseThreeDimensionalModel (wow!), and make DTDM an abstract base * Move FFTFuzzyAdapter to FFTModel as a new subclass of DTDM
author Chris Cannam
date Mon, 31 Jul 2006 17:05:18 +0000
parents 4b2ea82fd0ed
children b23eea68357e
comparison
equal deleted inserted replaced
151:3c1d5ef43baa 152:21792a550ec9
14 */ 14 */
15 15
16 #ifndef _FFT_FILE_CACHE_H_ 16 #ifndef _FFT_FILE_CACHE_H_
17 #define _FFT_FILE_CACHE_H_ 17 #define _FFT_FILE_CACHE_H_
18 18
19 #include "base/FFTCache.h" 19 #include "FFTCache.h"
20 #include "fileio/MatrixFile.h" 20 #include "fileio/MatrixFile.h"
21 21
22 #include <QMutex> 22 #include <QMutex>
23 23
24 class FFTFileCache : public FFTCache 24 class FFTFileCache : public FFTCache