![]() |
OpenSceneGraph
|
Public Types | |
typedef std::vector< BaseSerializer::Type > | TypeList |
typedef std::vector< osg::ref_ptr< BaseSerializer > > | SerializerList |
typedef std::vector< osg::ref_ptr< FinishedObjectReadCallback > > | FinishedObjectReadCallbackList |
typedef std::list< ObjectWrapperAssociate > | RevisionAssociateList |
typedef osg::Object * | CreateInstanceFunc() |
typedef std::multimap< std::string, osg::ref_ptr< MethodObject > > | MethodObjectMap |
Public Member Functions | |
ObjectWrapper (CreateInstanceFunc *createInstanceFunc, const std::string &name, const std::string &associates) | |
ObjectWrapper (CreateInstanceFunc *createInstanceFunc, const std::string &domain, const std::string &name, const std::string &associates) | |
void | setUpdatedVersion (int ver) |
int | getUpdatedVersion () const |
osg::Object * | createInstance () const |
const std::string & | getDomain () const |
const std::string & | getName () const |
const RevisionAssociateList & | getAssociates () const |
SerializerList & | getSerializerList () |
const SerializerList & | getSerializerList () const |
TypeList & | getTypeList () |
const TypeList & | getTypeList () const |
void | addSerializer (BaseSerializer *s, BaseSerializer::Type t=BaseSerializer::RW_UNDEFINED) |
void | markSerializerAsRemoved (const std::string &name) |
void | markAssociateAsRemoved (const std::string &name) |
void | markAssociateAsAdded (const std::string &name) |
BaseSerializer * | getLastSerializer () |
BaseSerializer * | getSerializer (const std::string &name) |
BaseSerializer * | getSerializer (const std::string &name, BaseSerializer::Type &type) |
void | addFinishedObjectReadCallback (FinishedObjectReadCallback *forc) |
bool | read (InputStream &, osg::Object &) |
bool | write (OutputStream &, const osg::Object &) |
bool | readSchema (const StringList &properties, const TypeList &types) |
void | writeSchema (StringList &properties, TypeList &types) |
void | resetSchema () |
void | addMethodObject (const std::string &methodName, MethodObject *mo) |
MethodObjectMap & | getMethodObjectMap () |
const MethodObjectMap & | getMethodObjectMap () const |
void | setupAssociatesRevisionsInheritanceIfRequired () |
![]() | |
Referenced () | |
Referenced (bool threadSafeRefUnref) | |
Deprecated, Referenced is now always uses thread safe ref/unref, use default Referenced() constructor instead. More... | |
Referenced (const Referenced &) | |
Referenced & | operator= (const Referenced &) |
virtual void | setThreadSafeRefUnref (bool) |
Deprecated, Referenced is always theadsafe so there method now has no effect and does not need to be called. More... | |
bool | getThreadSafeRefUnref () const |
Get whether a mutex is used to ensure ref() and unref() are thread safe. More... | |
OpenThreads::Mutex * | getRefMutex () const |
Get the mutex used to ensure thread safety of ref()/unref(). More... | |
int | ref () const |
Increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
int | unref () const |
Decrement the reference count by one, indicating that a pointer to this object is no longer referencing it. More... | |
int | unref_nodelete () const |
Decrement the reference count by one, indicating that a pointer to this object is no longer referencing it. More... | |
int | referenceCount () const |
Return the number of pointers currently referencing this object. More... | |
ObserverSet * | getObserverSet () const |
Get the ObserverSet if one is attached, otherwise return NULL. More... | |
ObserverSet * | getOrCreateObserverSet () const |
Get the ObserverSet if one is attached, otherwise create an ObserverSet, attach it, then return this newly created ObserverSet. More... | |
void | addObserver (Observer *observer) const |
Add a Observer that is observing this object, notify the Observer when this object gets deleted. More... | |
void | removeObserver (Observer *observer) const |
Remove Observer that is observing this object. More... | |
Protected Member Functions | |
ObjectWrapper () | |
virtual | ~ObjectWrapper () |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
Static Protected Member Functions | |
static void | splitAssociates (const std::string &src, ObjectWrapper::RevisionAssociateList &list, char separator=' ') |
Protected Attributes | |
CreateInstanceFunc * | _createInstanceFunc |
std::string | _domain |
std::string | _name |
RevisionAssociateList | _associates |
SerializerList | _serializers |
SerializerList | _backupSerializers |
TypeList | _typeList |
FinishedObjectReadCallbackList | _finishedObjectReadCallbacks |
MethodObjectMap | _methodObjectMap |
int | _version |
bool | _isAssociatesRevisionsInheritanceDone |
![]() | |
OpenThreads::AtomicPtr | _observerSet |
OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
Get the optional global Referenced mutex, this can be shared between all osg::Referenced. More... | |
static void | setDeleteHandler (DeleteHandler *handler) |
Set a DeleteHandler to which deletion of all referenced counted objects will be delegated. More... | |
static DeleteHandler * | getDeleteHandler () |
Get a DeleteHandler. More... | |
typedef osg::Object* osgDB::ObjectWrapper::CreateInstanceFunc() |
typedef std::vector< osg::ref_ptr<FinishedObjectReadCallback> > osgDB::ObjectWrapper::FinishedObjectReadCallbackList |
typedef std::multimap< std::string, osg::ref_ptr<MethodObject> > osgDB::ObjectWrapper::MethodObjectMap |
typedef std::list<ObjectWrapperAssociate> osgDB::ObjectWrapper::RevisionAssociateList |
typedef std::vector< osg::ref_ptr<BaseSerializer> > osgDB::ObjectWrapper::SerializerList |
typedef std::vector< BaseSerializer::Type > osgDB::ObjectWrapper::TypeList |
osgDB::ObjectWrapper::ObjectWrapper | ( | CreateInstanceFunc * | createInstanceFunc, |
const std::string & | name, | ||
const std::string & | associates | ||
) |
osgDB::ObjectWrapper::ObjectWrapper | ( | CreateInstanceFunc * | createInstanceFunc, |
const std::string & | domain, | ||
const std::string & | name, | ||
const std::string & | associates | ||
) |
|
inlineprotected |
|
inlineprotectedvirtual |
|
inline |
void osgDB::ObjectWrapper::addMethodObject | ( | const std::string & | methodName, |
MethodObject * | mo | ||
) |
void osgDB::ObjectWrapper::addSerializer | ( | BaseSerializer * | s, |
BaseSerializer::Type | t = BaseSerializer::RW_UNDEFINED |
||
) |
|
inline |
|
inline |
|
inline |
|
inline |
References osgDB::BaseSerializer::get().
|
inline |
|
inline |
|
inline |
BaseSerializer* osgDB::ObjectWrapper::getSerializer | ( | const std::string & | name | ) |
BaseSerializer* osgDB::ObjectWrapper::getSerializer | ( | const std::string & | name, |
BaseSerializer::Type & | type | ||
) |
|
inline |
|
inline |
|
inline |
|
inline |
References osgDB::BaseSerializer::RW_UNDEFINED.
|
inline |
void osgDB::ObjectWrapper::markAssociateAsAdded | ( | const std::string & | name | ) |
void osgDB::ObjectWrapper::markAssociateAsRemoved | ( | 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 TypeList & | types | ||
) |
|
inline |
void osgDB::ObjectWrapper::setupAssociatesRevisionsInheritanceIfRequired | ( | ) |
|
inline |
|
staticprotected |
bool osgDB::ObjectWrapper::write | ( | OutputStream & | , |
const osg::Object & | |||
) |
void osgDB::ObjectWrapper::writeSchema | ( | StringList & | properties, |
TypeList & | types | ||
) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |