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

cleanup
author gyorgyf
date Sat, 13 Apr 2013 15:36:54 +0100
parents 5295bdb58840
children 539740f231fa
comparison
equal deleted inserted replaced
786:5295bdb58840 787:4faea021b5c1
103 103
104 typedef std::set<ModelTransformer *> TransformerSet; 104 typedef std::set<ModelTransformer *> TransformerSet;
105 TransformerSet m_runningTransformers; 105 TransformerSet m_runningTransformers;
106 106
107 static ModelTransformerFactory *m_instance; 107 static ModelTransformerFactory *m_instance;
108 /**
109 * allows the FeatureExtractionModelTransformer output model to be selected externally,
110 * but only in case of the need for NoteModel or FlexiNoteModel
111 */
108 FeatureExtractionModelTransformer::PreferredOutputModel m_preferredOutputModel ; 112 FeatureExtractionModelTransformer::PreferredOutputModel m_preferredOutputModel ;
109 }; 113 };
110 114
111 115
112 #endif 116 #endif