diff transform/FeatureExtractionModelTransformer.h @ 558:1d7ebc05157e

* Some fairly simplistic code to set up layer type properties based on RDF data about feature types (both when running transforms and when importing features from RDF files).
author Chris Cannam
date Thu, 12 Feb 2009 15:26:43 +0000
parents a70dcfed59c1
children d373ced0e6e9 5295bdb58840
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.h	Tue Feb 10 17:24:30 2009 +0000
+++ b/transform/FeatureExtractionModelTransformer.h	Thu Feb 12 15:26:43 2009 +0000
@@ -42,6 +42,8 @@
     Vamp::Plugin::OutputDescriptor *m_descriptor;
     int m_outputFeatureNo;
 
+    void createOutputModel();
+
     void addFeature(size_t blockFrame,
 		    const Vamp::Plugin::Feature &feature);