comparison data/fft/FFTDataServer.h @ 172:a2a8a2b6653a

* Use the Storage Adviser's recommendations for storing FFT cache information
author Chris Cannam
date Tue, 26 Sep 2006 14:12:59 +0000
parents ae9be6b6b522
children 146eb9e35baa
comparison
equal deleted inserted replaced
171:ebf55cf0d34d 172:a2a8a2b6653a
122 bool m_polar; 122 bool m_polar;
123 123
124 size_t m_width; 124 size_t m_width;
125 size_t m_height; 125 size_t m_height;
126 size_t m_cacheWidth; 126 size_t m_cacheWidth;
127 bool m_memoryCache;
128 bool m_compactCache;
127 129
128 typedef std::vector<FFTCache *> CacheVector; 130 typedef std::vector<FFTCache *> CacheVector;
129 CacheVector m_caches; 131 CacheVector m_caches;
130 132
131 typedef std::deque<int> IntQueue; 133 typedef std::deque<int> IntQueue;