Mercurial > hg > svcore
diff transform/FeatureExtractionModelTransformer.h @ 1238:dd49630e0d70 piper
Merge from branch project-file-rework
| author | Chris Cannam | 
|---|---|
| date | Fri, 28 Oct 2016 15:19:12 +0100 | 
| parents | a83541a1f100 | 
| children | 48e9f538e6e9 | 
line wrap: on
 line diff
--- a/transform/FeatureExtractionModelTransformer.h Tue Oct 25 10:53:12 2016 +0100 +++ b/transform/FeatureExtractionModelTransformer.h Fri Oct 28 15:19:12 2016 +0100 @@ -30,7 +30,7 @@ class DenseTimeValueModel; class SparseTimeValueModel; -class FeatureExtractionModelTransformer : public ModelTransformer +class FeatureExtractionModelTransformer : public ModelTransformer // + is a Thread { Q_OBJECT @@ -52,6 +52,7 @@ protected: bool initialise(); + void deinitialise(); virtual void run();
