comparison framework/Document.cpp @ 58:621c2edd1693

* Pass StorageAdviser::Criteria into FFTModel constructor etc
author Chris Cannam
date Sun, 11 Nov 2007 20:31:12 +0000
parents eb596ef12041
children 215b8b1b0308 89a689720ee9
comparison
equal deleted inserted replaced
57:eb596ef12041 58:621c2edd1693
737 737
738 ModelTransformerFactory *factory = ModelTransformerFactory::getInstance(); 738 ModelTransformerFactory *factory = ModelTransformerFactory::getInstance();
739 739
740 PluginTransformer::ExecutionContext context = 740 PluginTransformer::ExecutionContext context =
741 factory->getDefaultContextForTransformer(id, aggregate); 741 factory->getDefaultContextForTransformer(id, aggregate);
742 // context.stepSize = context.blockSize/2; 742 context.stepSize = context.blockSize/2;
743 743
744 Model *transformOutput = factory->transform 744 Model *transformOutput = factory->transform
745 (id, aggregate, context, "<plugin param-serialise=\"1\"/>"); 745 (id, aggregate, context, "<plugin param-serialise=\"1\"/>");
746 746
747 SparseTimeValueModel *path = dynamic_cast<SparseTimeValueModel *> 747 SparseTimeValueModel *path = dynamic_cast<SparseTimeValueModel *>