Public Types | |
typedef void(* | AddPropFunc )(ObjectWrapper *) |
Public Member Functions | |
RegisterWrapperProxy (osg::Object *proto, const std::string &name, const std::string &associates, AddPropFunc func) | |
virtual | ~RegisterWrapperProxy () |
Protected Attributes | |
osg::ref_ptr< ObjectWrapper > | _wrapper |
typedef void(* osgDB::RegisterWrapperProxy::AddPropFunc)(ObjectWrapper *) |
osgDB::RegisterWrapperProxy::RegisterWrapperProxy | ( | osg::Object * | proto, | |
const std::string & | name, | |||
const std::string & | associates, | |||
AddPropFunc | func | |||
) |
virtual osgDB::RegisterWrapperProxy::~RegisterWrapperProxy | ( | ) | [virtual] |