Mercurial > hg > svcore
comparison plugin/transform/PluginTransformer.cpp @ 331:f620ce48c950
* Further naming change: Transformer -> ModelTransformer.
The Transform class now describes a thing that can be done, and the
ModelTransformer does it to a Model.
author | Chris Cannam |
---|---|
date | Wed, 07 Nov 2007 12:59:01 +0000 |
parents | 21bd032ae791 |
children | 1afaf98dbf11 |
comparison
equal
deleted
inserted
replaced
330:6e9dcf09b7fe | 331:f620ce48c950 |
---|---|
18 #include "vamp-sdk/PluginHostAdapter.h" | 18 #include "vamp-sdk/PluginHostAdapter.h" |
19 #include "vamp-sdk/hostext/PluginWrapper.h" | 19 #include "vamp-sdk/hostext/PluginWrapper.h" |
20 | 20 |
21 PluginTransformer::PluginTransformer(Model *inputModel, | 21 PluginTransformer::PluginTransformer(Model *inputModel, |
22 const ExecutionContext &context) : | 22 const ExecutionContext &context) : |
23 Transformer(inputModel), | 23 ModelTransformer(inputModel), |
24 m_context(context) | 24 m_context(context) |
25 { | 25 { |
26 } | 26 } |
27 | 27 |
28 PluginTransformer::ExecutionContext::ExecutionContext(int _c, size_t _bs) : | 28 PluginTransformer::ExecutionContext::ExecutionContext(int _c, size_t _bs) : |