Inheritance diagram for osgDB::DotOsgWrapper:

Public Types | |
| typedef std::vector< std::string > | Associates |
| typedef bool(* | ReadFunc )(osg::Object &, osgDB::Input &) |
| typedef bool(* | WriteFunc )(const osg::Object &, osgDB::Output &) |
| enum | ReadWriteMode { READ_AND_WRITE, READ_ONLY } |
Public Member Functions | |
| DotOsgWrapper (osg::Object *proto, const std::string &name, const std::string &associates, ReadFunc readFunc, WriteFunc writeFunc, ReadWriteMode readWriteMode=READ_AND_WRITE) | |
| const osg::Object * | getPrototype () const |
| const std::string & | getName () const |
| const Associates & | getAssociates () const |
| ReadFunc | getReadFunc () const |
| WriteFunc | getWriteFunc () const |
| ReadWriteMode | getReadWriteMode () const |
Protected Member Functions | |
| DotOsgWrapper () | |
| protected to prevent inappropriate creation of wrappers. | |
| DotOsgWrapper (DotOsgWrapper &) | |
| protected to prevent inappropriate creation of wrappers. | |
| virtual | ~DotOsgWrapper () |
| protected to prevent wrapper being created on stack. | |
Protected Attributes | |
| osg::ref_ptr< osg::Object > | _prototype |
| std::string | _name |
| Associates | _associates |
| ReadFunc | _readFunc |
| WriteFunc | _writeFunc |
| ReadWriteMode | _readWriteMode |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
protected to prevent inappropriate creation of wrappers.
|
|
|
protected to prevent inappropriate creation of wrappers.
|
|
|
protected to prevent wrapper being created on stack.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|