2001-09-20 05:19:47 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< HTML >
< HEAD >
< TITLE > class OSGDB_EXPORT osgDB::DotOsgWrapper< / TITLE >
< META NAME = "GENERATOR" CONTENT = "DOC++ 3.4.8" >
< / HEAD >
< BODY BGCOLOR = "#ffffff" >
2001-12-25 05:56:22 +08:00
< H2 > class OSGDB_EXPORT < A HREF = "#DOC.DOCU" > osgDB::DotOsgWrapper< / A > < / H2 > < / H2 > < BLOCKQUOTE > Wrapper class for specifying read and write functions for extending the osg file format.< / BLOCKQUOTE >
2001-09-20 05:19:47 +08:00
< HR >
< H2 > Inheritance:< / H2 >
< APPLET CODE = "ClassGraph.class" WIDTH = 600 HEIGHT = 65 >
< param name = classes value = "Mosg::Referenced,M,CDotOsgWrapper,MDotOsgWrapper.html" >
< param name = before value = "M,M" >
< param name = after value = "Md_,M" >
< param name = indent value = "0,1" >
< param name = arrowdir value = "down" >
< / APPLET >
< HR >
< DL >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef bool < B > < A HREF = "#DOC.2.1.1" > (*ReadFunc)< / A > < / B > (osg::Object& , <!1> < A HREF = "Input.html" > osgDB::Input< / A > & )
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef bool < B > < A HREF = "#DOC.2.1.2" > (*WriteFunc)< / A > < / B > (const osg::Object& , <!1> < A HREF = "Output.html" > osgDB::Output< / A > & )
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.1.4" > DotOsgWrapper< / A > < / B > (osg::Object* proto, const std::string& name, const std::string& associates, ReadFunc readFunc, WriteFunc writeFunc, <!1> < A HREF = "DotOsgWrapper.html#DOC.2.1.3" > ReadWriteMode< / A > readWriteMode=<!1> < A HREF = "DotOsgWrapper.html#DOC.2.1.3.1" > READ_AND_WRITE< / A > )
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const osg::Object* < B > < A HREF = "#DOC.2.1.5" > getPrototype< / A > < / B > () const
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const std::string& < B > < A HREF = "#DOC.2.1.6" > getName< / A > < / B > () const
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const Associates& < B > < A HREF = "#DOC.2.1.7" > getAssociates< / A > < / B > () const
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline ReadFunc < B > < A HREF = "#DOC.2.1.8" > getReadFunc< / A > < / B > () const
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline WriteFunc < B > < A HREF = "#DOC.2.1.9" > getWriteFunc< / A > < / B > () const
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline <!1> < A HREF = "DotOsgWrapper.html#DOC.2.1.3" > ReadWriteMode< / A > < B > < A HREF = "#DOC.2.1.10" > getReadWriteMode< / A > < / B > () const
< / DL > < / P >
< P > < DL >
< DT > < H3 > Public Members< / H3 > < DD > < DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > enum < B > < A HREF = "#DOC.2.1.3" > ReadWriteMode< / A > < / B >
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Fields< / H3 > < DD > < DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > osg::ref_ptr< osg::Object> < B > < A HREF = "#DOC.2.1.14" > _prototype< / A > < / B >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > std::string < B > < A HREF = "#DOC.2.1.15" > _name< / A > < / B >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > Associates < B > < A HREF = "#DOC.2.1.16" > _associates< / A > < / B >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > ReadFunc < B > < A HREF = "#DOC.2.1.17" > _readFunc< / A > < / B >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > WriteFunc < B > < A HREF = "#DOC.2.1.18" > _writeFunc< / A > < / B >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "DotOsgWrapper.html#DOC.2.1.3" > ReadWriteMode< / A > < B > < A HREF = "#DOC.2.1.19" > _readWriteMode< / A > < / B >
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Methods< / H3 > < DD > < DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.1.11" > DotOsgWrapper< / A > < / B > ()
< DD > < I > protected to prevent inappropriate creation of wrappers< / I >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.1.12" > DotOsgWrapper< / A > < / B > (<!1> < A HREF = "DotOsgWrapper.html#DOC.2.1.12" > DotOsgWrapper< / A > & )
< DD > < I > protected to prevent inappropriate creation of wrappers< / I >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual < B > < A HREF = "#DOC.2.1.13" > ~DotOsgWrapper< / A > < / B > ()
< DD > < I > protected to prevent wrapper being created on stack< / I >
< / DL > < / P >
< / DL >
< A NAME = "DOC.DOCU" > < / A >
< HR >
< H2 > Documentation< / H2 >
2001-12-25 05:56:22 +08:00
< BLOCKQUOTE > Wrapper class for specifying read and write functions for extending
2001-09-20 05:19:47 +08:00
the osg file format. < / BLOCKQUOTE >
< DL >
< A NAME = "(*ReadFunc)" > < / A >
< A NAME = "DOC.2.1.1" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef bool (*ReadFunc)(osg::Object& , <!1> < A HREF = "Input.html" > osgDB::Input< / A > & )< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "(*WriteFunc)" > < / A >
< A NAME = "DOC.2.1.2" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef bool (*WriteFunc)(const osg::Object& , <!1> < A HREF = "Output.html" > osgDB::Output< / A > & )< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "ReadWriteMode" > < / A >
< A NAME = "DOC.2.1.3" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > enum ReadWriteMode< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "READ_AND_WRITE" > < / A >
< A NAME = "DOC.2.1.3.1" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > READ_AND_WRITE< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "READ_ONLY" > < / A >
< A NAME = "DOC.2.1.3.2" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > READ_ONLY< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< A NAME = "DotOsgWrapper" > < / A >
< A NAME = "DOC.2.1.4" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > DotOsgWrapper(osg::Object* proto, const std::string& name, const std::string& associates, ReadFunc readFunc, WriteFunc writeFunc, <!1> < A HREF = "DotOsgWrapper.html#DOC.2.1.3" > ReadWriteMode< / A > readWriteMode=<!1> < A HREF = "DotOsgWrapper.html#DOC.2.1.3.1" > READ_AND_WRITE< / A > )< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getPrototype" > < / A >
< A NAME = "DOC.2.1.5" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const osg::Object* getPrototype() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getName" > < / A >
< A NAME = "DOC.2.1.6" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const std::string& getName() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getAssociates" > < / A >
< A NAME = "DOC.2.1.7" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const Associates& getAssociates() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getReadFunc" > < / A >
< A NAME = "DOC.2.1.8" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline ReadFunc getReadFunc() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getWriteFunc" > < / A >
< A NAME = "DOC.2.1.9" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline WriteFunc getWriteFunc() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getReadWriteMode" > < / A >
< A NAME = "DOC.2.1.10" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline <!1> < A HREF = "DotOsgWrapper.html#DOC.2.1.3" > ReadWriteMode< / A > getReadWriteMode() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "DotOsgWrapper" > < / A >
< A NAME = "DOC.2.1.11" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > DotOsgWrapper()< / B > < / TT >
< DD > protected to prevent inappropriate creation of wrappers
< DL > < DT > < DD > < / DL > < P >
< A NAME = "DotOsgWrapper" > < / A >
< A NAME = "DOC.2.1.12" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > DotOsgWrapper(<!1> < A HREF = "DotOsgWrapper.html#DOC.2.1.12" > DotOsgWrapper< / A > & )< / B > < / TT >
< DD > protected to prevent inappropriate creation of wrappers
< DL > < DT > < DD > < / DL > < P >
< A NAME = "~DotOsgWrapper" > < / A >
< A NAME = "DOC.2.1.13" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual ~DotOsgWrapper()< / B > < / TT >
< DD > protected to prevent wrapper being created on stack
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_prototype" > < / A >
< A NAME = "DOC.2.1.14" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > osg::ref_ptr< osg::Object> _prototype< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_name" > < / A >
< A NAME = "DOC.2.1.15" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > std::string _name< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_associates" > < / A >
< A NAME = "DOC.2.1.16" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > Associates _associates< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_readFunc" > < / A >
< A NAME = "DOC.2.1.17" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > ReadFunc _readFunc< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_writeFunc" > < / A >
< A NAME = "DOC.2.1.18" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > WriteFunc _writeFunc< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_readWriteMode" > < / A >
< A NAME = "DOC.2.1.19" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "DotOsgWrapper.html#DOC.2.1.3" > ReadWriteMode< / A > _readWriteMode< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< HR > < DL > < DT > < B > This class has no child classes.< / B > < / DL >
< DL > < DT > < DD > < / DL > < P > < P > < I > < A HREF = "index.html" > Alphabetic index< / A > < / I > < I > < A HREF = "HIER.html" > HTML hierarchy of classes< / A > or < A HREF = "HIERjava.html" > Java< / A > < / I > < / P > < HR >
< BR >
This page was generated with the help of < A HREF = "http://docpp.sourceforge.net" > DOC++< / A > .
< / BODY >
< / HTML >