diff transform/ModelTransformerFactory.h @ 787:4faea021b5c1 tonioni

cleanup
author gyorgyf
date Sat, 13 Apr 2013 15:36:54 +0100
parents 5295bdb58840
children 539740f231fa
line wrap: on
line diff
--- a/transform/ModelTransformerFactory.h	Sat Apr 13 13:39:17 2013 +0100
+++ b/transform/ModelTransformerFactory.h	Sat Apr 13 15:36:54 2013 +0100
@@ -105,6 +105,10 @@
     TransformerSet m_runningTransformers;
 
     static ModelTransformerFactory *m_instance;
+	/** 
+	* allows the  FeatureExtractionModelTransformer output model to be selected externally, 
+	* but only in case of the need for NoteModel or FlexiNoteModel 
+	*/
 	FeatureExtractionModelTransformer::PreferredOutputModel m_preferredOutputModel ;
 };