comparison framework/Document.h @ 271:f3f3ca272bce tonioni

cleanup
author gyorgyf
date Sat, 13 Apr 2013 15:36:54 +0100
parents 776e1aae635a
children 19282182e60d
comparison
equal deleted inserted replaced
270:776e1aae635a 271:f3f3ca272bce
158 bool isKnownModel(const Model *) const; 158 bool isKnownModel(const Model *) const;
159 159
160 /** 160 /**
161 * Add a derived model associated with the given transform, 161 * Add a derived model associated with the given transform,
162 * running the transform and returning the resulting model. 162 * running the transform and returning the resulting model.
163 * In case the output model is a NoteModel, the preferred output model will be selected: {NoteModel | FlexiNoteModel}.
163 */ 164 */
164 Model *addDerivedModel(const Transform &transform, 165 Model *addDerivedModel(const Transform &transform,
165 const ModelTransformer::Input &input, 166 const ModelTransformer::Input &input,
166 QString &returnedMessage, 167 QString &returnedMessage,
167 FeatureExtractionModelTransformer::PreferredOutputModel outputmodel = FeatureExtractionModelTransformer::NoteOutputModel); 168 FeatureExtractionModelTransformer::PreferredOutputModel outputmodel = FeatureExtractionModelTransformer::NoteOutputModel);