diff 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
line wrap: on
line diff
--- a/data/fft/FFTFileCacheWriter.h	Thu Feb 05 12:53:19 2009 +0000
+++ b/data/fft/FFTFileCacheWriter.h	Thu Feb 05 14:17:11 2009 +0000
@@ -37,6 +37,8 @@
     static size_t getCacheSize(size_t width, size_t height,
                                FFTCache::StorageType type);
 
+    bool haveSetColumnAt(size_t x) const;
+
     void allColumnsWritten();
 
     QString getFileBase() const;