Mercurial > hg > svcore
comparison plugin/transform/FeatureExtractionModelTransformer.h @ 343:46519c04321b
* Try to ensure alignment works correctly with MATCH plugin v1 as well as v2
author | Chris Cannam |
---|---|
date | Wed, 28 Nov 2007 13:01:50 +0000 |
parents | f620ce48c950 |
children | 277006c62fea |
comparison
equal
deleted
inserted
replaced
342:4175a4930186 | 343:46519c04321b |
---|---|
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 const ExecutionContext &context, | 30 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: |