|
OpenSceneGraph
3.0.1
|

| typedef std::vector< osg::ref_ptr<FinishedObjectReadCallback> > osgDB::ObjectWrapper::FinishedObjectReadCallbackList |
| typedef std::vector< osg::ref_ptr<BaseSerializer> > osgDB::ObjectWrapper::SerializerList |
| osgDB::ObjectWrapper::ObjectWrapper | ( | osg::Object * | proto, |
| const std::string & | name, | ||
| const std::string & | associates | ||
| ) |
| osgDB::ObjectWrapper::ObjectWrapper | ( | ) | [inline, protected] |
| virtual osgDB::ObjectWrapper::~ObjectWrapper | ( | ) | [inline, protected, virtual] |
| void osgDB::ObjectWrapper::addFinishedObjectReadCallback | ( | FinishedObjectReadCallback * | forc | ) | [inline] |
| void osgDB::ObjectWrapper::addSerializer | ( | BaseSerializer * | s, |
| BaseSerializer::Type | t = BaseSerializer::RW_UNDEFINED |
||
| ) |
| const StringList& osgDB::ObjectWrapper::getAssociates | ( | ) | const [inline] |
| const std::string& osgDB::ObjectWrapper::getName | ( | ) | const [inline] |
| const osg::Object* osgDB::ObjectWrapper::getProto | ( | ) | const [inline] |
| BaseSerializer* osgDB::ObjectWrapper::getSerializer | ( | const std::string & | name | ) |
| void osgDB::ObjectWrapper::markSerializerAsRemoved | ( | const std::string & | name | ) |
| bool osgDB::ObjectWrapper::read | ( | InputStream & | , |
| osg::Object & | |||
| ) |
| bool osgDB::ObjectWrapper::readSchema | ( | const StringList & | properties, |
| const std::vector< int > & | types | ||
| ) |
| void osgDB::ObjectWrapper::resetSchema | ( | ) | [inline] |
| void osgDB::ObjectWrapper::setUpdatedVersion | ( | int | ver | ) | [inline] |
| bool osgDB::ObjectWrapper::write | ( | OutputStream & | , |
| const osg::Object & | |||
| ) |
| void osgDB::ObjectWrapper::writeSchema | ( | StringList & | properties, |
| std::vector< int > & | types | ||
| ) |
StringList osgDB::ObjectWrapper::_associates [protected] |
std::string osgDB::ObjectWrapper::_name [protected] |
osg::ref_ptr<osg::Object> osgDB::ObjectWrapper::_proto [protected] |
SerializerList osgDB::ObjectWrapper::_serializers [protected] |
std::vector<int> osgDB::ObjectWrapper::_typeList [protected] |
int osgDB::ObjectWrapper::_version [protected] |
| Generated at Thu Sep 27 2012 17:03:12 for the OpenSceneGraph by doxygen 1.7.6.1. |