16 #ifndef _FFT_FILE_CACHE_WRITER_H_ 17 #define _FFT_FILE_CACHE_WRITER_H_ 28 int width,
int height);
34 void setColumnAt(
int x,
float *mags,
float *phases,
float factor);
35 void setColumnAt(
int x,
float *reals,
float *imags);
FFTFileCacheWriter(QString fileBase, FFTCache::StorageType storageType, int width, int height)
QString getFileBase() const
FFTCache::StorageType getStorageType() const
void setColumnAt(int x, float *mags, float *phases, float factor)
bool haveSetColumnAt(int x) const
FFTCache::StorageType m_storageType
void setNormalizationFactorToWritebuf(float newfactor)
static int getCacheSize(int width, int height, FFTCache::StorageType type)