Mercurial > hg > svcore
comparison plugin/transform/FeatureExtractionModelTransformer.h @ 344:277006c62fea
* Fix idiotic bug in previous commit
author | Chris Cannam |
---|---|
date | Wed, 28 Nov 2007 13:20:40 +0000 |
parents | 46519c04321b |
children | d7c41483af8f 94fc0591ea43 |
comparison
equal
deleted
inserted
replaced
343:46519c04321b | 344:277006c62fea |
---|---|
24 { | 24 { |
25 Q_OBJECT | 25 Q_OBJECT |
26 | 26 |
27 public: | 27 public: |
28 FeatureExtractionModelTransformer(Model *inputModel, | 28 FeatureExtractionModelTransformer(Model *inputModel, |
29 QString plugin, | 29 QString plugin, |
30 ExecutionContext context, | 30 const ExecutionContext &context, |
31 QString configurationXml = "", | 31 QString configurationXml = "", |
32 QString outputName = ""); | 32 QString outputName = ""); |
33 virtual ~FeatureExtractionModelTransformer(); | 33 virtual ~FeatureExtractionModelTransformer(); |
34 | 34 |
35 protected: | 35 protected: |
36 virtual void run(); | 36 virtual void run(); |
37 | 37 |