comparison data/fft/FFTDataServer.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 1a42221a1522
children 6ec58bb8f729
comparison
equal deleted inserted replaced
151:3c1d5ef43baa 152:21792a550ec9
50 size_t windowIncrement, 50 size_t windowIncrement,
51 size_t fftSize, 51 size_t fftSize,
52 bool polar, 52 bool polar,
53 size_t fillFromColumn = 0); 53 size_t fillFromColumn = 0);
54 54
55 static void claimInstance(FFTDataServer *);
55 static void releaseInstance(FFTDataServer *); 56 static void releaseInstance(FFTDataServer *);
56 57
57 const DenseTimeValueModel *getModel() const { return m_model; } 58 const DenseTimeValueModel *getModel() const { return m_model; }
58 int getChannel() const { return m_channel; } 59 int getChannel() const { return m_channel; }
59 WindowType getWindowType() const { return m_windower.getType(); } 60 WindowType getWindowType() const { return m_windower.getType(); }