Mercurial > hg > svapp
diff framework/Document.h @ 296:19282182e60d tonioni_multi_transform
Update to the multi-transform api in svcore
author | Chris Cannam |
---|---|
date | Mon, 02 Dec 2013 12:29:54 +0000 |
parents | f3f3ca272bce |
children | 1e61f0c26593 |
line wrap: on
line diff
--- a/framework/Document.h Tue Nov 26 14:39:57 2013 +0000 +++ b/framework/Document.h Mon Dec 02 12:29:54 2013 +0000 @@ -125,8 +125,7 @@ */ Layer *createDerivedLayer(const Transform &, const ModelTransformer::Input &, - const LayerFactory::LayerType type, - const FeatureExtractionModelTransformer::PreferredOutputModel outputmodel); + const LayerFactory::LayerType type); /** * Delete the given layer, and also its associated model if no @@ -160,12 +159,10 @@ /** * Add a derived model associated with the given transform, * running the transform and returning the resulting model. - * In case the output model is a NoteModel, the preferred output model will be selected: {NoteModel | FlexiNoteModel}. */ Model *addDerivedModel(const Transform &transform, const ModelTransformer::Input &input, - QString &returnedMessage, - FeatureExtractionModelTransformer::PreferredOutputModel outputmodel = FeatureExtractionModelTransformer::NoteOutputModel); + QString &returnedMessage); /** * Add a derived model associated with the given transform. This