Mercurial > hg > svcore
comparison data/fft/FFTFileCache.h @ 383:94fc0591ea43 1.2-stable
* merge from trunk (1.2 ended up being tracked from trunk, but we may want
this branch for fixes later)
author | Chris Cannam |
---|---|
date | Wed, 27 Feb 2008 10:32:45 +0000 |
parents | 2268963dabd1 |
children | 115f60df1e4d |
comparison
equal
deleted
inserted
replaced
349:f39d33b0b265 | 383:94fc0591ea43 |
---|---|
55 virtual void setColumnAt(size_t x, float *reals, float *imags); | 55 virtual void setColumnAt(size_t x, float *reals, float *imags); |
56 | 56 |
57 virtual void suspend() { m_mfc->suspend(); } | 57 virtual void suspend() { m_mfc->suspend(); } |
58 | 58 |
59 static size_t getCacheSize(size_t width, size_t height, StorageType type); | 59 static size_t getCacheSize(size_t width, size_t height, StorageType type); |
60 | |
61 virtual Type getType() { return FileCache; } | |
60 | 62 |
61 protected: | 63 protected: |
62 char *m_writebuf; | 64 char *m_writebuf; |
63 mutable char *m_readbuf; | 65 mutable char *m_readbuf; |
64 mutable size_t m_readbufCol; | 66 mutable size_t m_readbufCol; |