Mercurial > hg > svcore
comparison transform/FeatureExtractionModelTransformer.cpp @ 436:cff476cfce77 sv1-v1.3 sv1-v1.3rc1
* Updates for 1.3
author | Chris Cannam |
---|---|
date | Thu, 10 Jul 2008 12:50:56 +0000 |
parents | 6036b38177e2 |
children | 288f45533041 |
comparison
equal
deleted
inserted
replaced
435:824a87450f81 | 436:cff476cfce77 |
---|---|
269 if (m_output) m_output->setSourceModel(input); | 269 if (m_output) m_output->setSourceModel(input); |
270 } | 270 } |
271 | 271 |
272 FeatureExtractionModelTransformer::~FeatureExtractionModelTransformer() | 272 FeatureExtractionModelTransformer::~FeatureExtractionModelTransformer() |
273 { | 273 { |
274 std::cerr << "FeatureExtractionModelTransformer::~FeatureExtractionModelTransformer()" << std::endl; | 274 // std::cerr << "FeatureExtractionModelTransformer::~FeatureExtractionModelTransformer()" << std::endl; |
275 delete m_plugin; | 275 delete m_plugin; |
276 delete m_descriptor; | 276 delete m_descriptor; |
277 } | 277 } |
278 | 278 |
279 DenseTimeValueModel * | 279 DenseTimeValueModel * |