This is the complete list of members for FFTMemoryCache, including all inherited members.
| allColumnsWritten() | FFTMemoryCache | inlinevirtual |
| FFTMemoryCache(FFTCache::StorageType storageType, int width, int height) | FFTMemoryCache | |
| getCacheSize(int width, int height, FFTCache::StorageType type) | FFTMemoryCache | static |
| getHeight() const | FFTMemoryCache | inlinevirtual |
| getMagnitudeAt(int x, int y) const | FFTMemoryCache | inlinevirtual |
| getMagnitudesAt(int x, float *values, int minbin, int count, int step) const | FFTMemoryCache | inlinevirtual |
| getMaximumMagnitudeAt(int x) const | FFTMemoryCache | inlinevirtual |
| getNormalizedMagnitudeAt(int x, int y) const | FFTMemoryCache | inlinevirtual |
| getPhaseAt(int x, int y) const | FFTMemoryCache | inlinevirtual |
| getStorageType() const | FFTMemoryCache | inlinevirtual |
| getValuesAt(int x, int y, float &real, float &imag) const | FFTMemoryCache | inlinevirtual |
| getWidth() const | FFTMemoryCache | inlinevirtual |
| haveSetColumnAt(int x) const | FFTMemoryCache | inlinevirtual |
| initialise() | FFTMemoryCache | private |
| initialise(uint16_t **&) | FFTMemoryCache | private |
| initialise(float **&) | FFTMemoryCache | private |
| m_colset | FFTMemoryCache | private |
| m_colsetLock | FFTMemoryCache | mutableprivate |
| m_factor | FFTMemoryCache | private |
| m_fimag | FFTMemoryCache | private |
| m_fmagnitude | FFTMemoryCache | private |
| m_fphase | FFTMemoryCache | private |
| m_freal | FFTMemoryCache | private |
| m_height | FFTMemoryCache | private |
| m_magnitude | FFTMemoryCache | private |
| m_phase | FFTMemoryCache | private |
| m_storageType | FFTMemoryCache | private |
| m_width | FFTMemoryCache | private |
| setColumnAt(int x, float *mags, float *phases, float factor) | FFTMemoryCache | virtual |
| setColumnAt(int x, float *reals, float *imags) | FFTMemoryCache | virtual |
| setMagnitudeAt(int x, int y, float mag) | FFTMemoryCache | inlineprivate |
| setNormalizationFactor(int x, float factor) | FFTMemoryCache | inlineprivate |
| setNormalizedMagnitudeAt(int x, int y, float norm) | FFTMemoryCache | inlineprivate |
| setPhaseAt(int x, int y, float phase) | FFTMemoryCache | inlineprivate |
| ~FFTCacheReader() | FFTCacheReader | inlinevirtual |
| ~FFTCacheWriter() | FFTCacheWriter | inlinevirtual |
| ~FFTMemoryCache() | FFTMemoryCache | |