Mercurial > hg > svcore
comparison plugin/transform/ModelTransformer.cpp @ 383:94fc0591ea43 1.2-stable
* merge from trunk (1.2 ended up being tracked from trunk, but we may want
this branch for fixes later)
author | Chris Cannam |
---|---|
date | Wed, 27 Feb 2008 10:32:45 +0000 |
parents | f620ce48c950 |
children |
comparison
equal
deleted
inserted
replaced
349:f39d33b0b265 | 383:94fc0591ea43 |
---|---|
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #include "ModelTransformer.h" | 16 #include "ModelTransformer.h" |
17 | 17 |
18 ModelTransformer::ModelTransformer(Model *m) : | 18 ModelTransformer::ModelTransformer(Input input, const Transform &transform) : |
19 m_input(m), | 19 m_transform(transform), |
20 m_input(input), | |
20 m_output(0), | 21 m_output(0), |
21 m_detached(false), | 22 m_detached(false), |
22 m_abandoned(false) | 23 m_abandoned(false) |
23 { | 24 { |
24 } | 25 } |