Mercurial > hg > svcore
comparison data/fft/FFTFileCacheReader.h @ 1069:32ab6c48efaa
Merge from branch tonioni
author | Chris Cannam |
---|---|
date | Mon, 20 Apr 2015 09:11:34 +0100 |
parents | cc27f35aa75c |
children |
comparison
equal
deleted
inserted
replaced
1036:682d64f05e72 | 1069:32ab6c48efaa |
---|---|
39 void getValuesAt(int x, int y, float &real, float &imag) const; | 39 void getValuesAt(int x, int y, float &real, float &imag) const; |
40 void getMagnitudesAt(int x, float *values, int minbin, int count, int step) const; | 40 void getMagnitudesAt(int x, float *values, int minbin, int count, int step) const; |
41 | 41 |
42 bool haveSetColumnAt(int x) const; | 42 bool haveSetColumnAt(int x) const; |
43 | 43 |
44 static int getCacheSize(int width, int height, | 44 static size_t getCacheSize(int width, int height, |
45 FFTCache::StorageType type); | 45 FFTCache::StorageType type); |
46 | 46 |
47 FFTCache::StorageType getStorageType() const { return m_storageType; } | 47 FFTCache::StorageType getStorageType() const { return m_storageType; } |
48 | 48 |
49 protected: | 49 protected: |