DVarManipulator.cpp
Go to the documentation of this file.
1 #include "DVarManipulator.hpp"
2 #include "DVarSystem.hpp"
3 
4 namespace iv
5 {
6 
8  cm( inst, this, "DVarManipulator" ),
9  inst( inst ),
10  dvs( inst->getSystem< DVarSystem >() )
11 {
12 }
13 
15 {
16  return this->inst;
17 }
18 
19 }