comparison data/fft/FFTFileCacheWriter.h @ 550:107d3f3705c9

* Auto-close write-mode matrix files when all columns written
author Chris Cannam
date Thu, 05 Feb 2009 14:17:11 +0000
parents 3cc4b7cd2aa5
children 59e7fe1b1003
comparison
equal deleted inserted replaced
549:388afa99d537 550:107d3f3705c9
35 void setColumnAt(size_t x, float *reals, float *imags); 35 void setColumnAt(size_t x, float *reals, float *imags);
36 36
37 static size_t getCacheSize(size_t width, size_t height, 37 static size_t getCacheSize(size_t width, size_t height,
38 FFTCache::StorageType type); 38 FFTCache::StorageType type);
39 39
40 bool haveSetColumnAt(size_t x) const;
41
40 void allColumnsWritten(); 42 void allColumnsWritten();
41 43
42 QString getFileBase() const; 44 QString getFileBase() const;
43 FFTCache::StorageType getStorageType() const { return m_storageType; } 45 FFTCache::StorageType getStorageType() const { return m_storageType; }
44 46