_interpolation_mgr = mgr;
}
+//------------------------------------------------------------------------------
+simgear::PropertyInterpolationMgr* SGPropertyNode::getInterpolationMgr()
+{
+ return _interpolation_mgr;
+}
+
simgear::PropertyInterpolationMgr* SGPropertyNode::_interpolation_mgr = 0;
//------------------------------------------------------------------------------
*/
static void setInterpolationMgr(simgear::PropertyInterpolationMgr* mgr);
+ /**
+ * Get the interpolation manager
+ */
+ static simgear::PropertyInterpolationMgr* getInterpolationMgr();
+
/**
* Print the value of the property to a stream.
*/