comparison plugins/AdaptiveSpectrogram.h @ 113:d0920575b48a

* pass allocator through to sub-cuts (duh)
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 20 May 2009 08:52:11 +0000
parents be419e04899a
children 496e6d6eb413
comparison
equal deleted inserted replaced
112:2e25bdc9f826 113:d0920575b48a
258 Cutting *cut(const Spectrograms &, int res, int x, int y, int h, 258 Cutting *cut(const Spectrograms &, int res, int x, int y, int h,
259 BlockAllocator *allocator) const; 259 BlockAllocator *allocator) const;
260 260
261 void getSubCuts(const Spectrograms &, int res, int x, int y, int h, 261 void getSubCuts(const Spectrograms &, int res, int x, int y, int h,
262 Cutting *&top, Cutting *&bottom, 262 Cutting *&top, Cutting *&bottom,
263 Cutting *&left, Cutting *&right) const; 263 Cutting *&left, Cutting *&right,
264 BlockAllocator *allocator) const;
264 265
265 void printCutting(Cutting *, std::string) const; 266 void printCutting(Cutting *, std::string) const;
266 267
267 void assemble(const Spectrograms &, const Cutting *, 268 void assemble(const Spectrograms &, const Cutting *,
268 std::vector<std::vector<float> > &, 269 std::vector<std::vector<float> > &,