TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/host/attribute/Param.cpp
Go to the documentation of this file.
00001 #include "Param.hpp"
00002 
00003 #include <tuttle/host/INode.hpp>
00004 
00005 namespace tuttle {
00006 namespace host {
00007 namespace attribute {
00008 
00009 Param::Param( INode& effect )
00010         : Attribute( effect )
00011 {}
00012 
00013 Param::~Param() {}
00014 
00015 }
00016 }
00017 }