Mercurial > hg > svcore
diff data/model/FFTModel.h @ 387:7aa1de571880
* juggle some files around in order to free audioio, base, and system libraries
  from dependency on QtGui
| author | Chris Cannam | 
|---|---|
| date | Wed, 12 Mar 2008 17:42:56 +0000 | 
| parents | ac300d385ab2 | 
| children | 115f60df1e4d | 
line wrap: on
 line diff
--- a/data/model/FFTModel.h Sat Mar 01 16:17:44 2008 +0000 +++ b/data/model/FFTModel.h Wed Mar 12 17:42:56 2008 +0000 @@ -24,8 +24,10 @@ /** * An implementation of DenseThreeDimensionalModel that makes FFT data - * derived from a DenseTimeValueModel available as a generic data grid. - * The FFT data is acquired using FFTDataServer. + * derived from a DenseTimeValueModel available as a generic data + * grid. The FFT data is acquired using FFTDataServer. Note that any + * of the accessor functions may throw AllocationFailed if a cache + * resize fails. */ class FFTModel : public DenseThreeDimensionalModel
