#include #include #include #include bool LinearInterpolator_readLocalData(osg::Object &obj, osgDB::Input &fr); bool LinearInterpolator_writeLocalData(const osg::Object &obj, osgDB::Output &fw); osgDB::RegisterDotOsgWrapperProxy LinearInterpolator_Proxy ( osgNew osgParticle::LinearInterpolator, "LinearInterpolator", "Object Interpolator LinearInterpolator", LinearInterpolator_readLocalData, LinearInterpolator_writeLocalData ); bool LinearInterpolator_readLocalData(osg::Object &, osgDB::Input &) { return false; } bool LinearInterpolator_writeLocalData(const osg::Object &, osgDB::Output &) { return false; }