2003-04-18 00:22:51 +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.10" >
< / HEAD >
< BODY BGCOLOR = "#ffffff" >
< 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 >
< 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 >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef bool < B > < A HREF = "#DOC.2.2.2" > (*ReadFunc)< / A > < / B > (osg::Object& , <!1> < A HREF = "Input.html" > osgDB::Input< / A > & )
2003-04-18 00:22:51 +08:00
< DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef bool < B > < A HREF = "#DOC.2.2.3" > (*WriteFunc)< / A > < / B > (const osg::Object& , <!1> < A HREF = "Output.html" > osgDB::Output< / A > & )
2003-04-18 00:22:51 +08:00
< DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.2.5" > 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.2.4" > ReadWriteMode< / A > readWriteMode=<!1> < A HREF = "DotOsgWrapper.html#DOC.2.2.4.1" > READ_AND_WRITE< / A > )
2003-04-18 00:22:51 +08:00
< DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const osg::Object* < B > < A HREF = "#DOC.2.2.6" > getPrototype< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const std::string& < B > < A HREF = "#DOC.2.2.7" > getName< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "DotOsgWrapper.html#DOC.2.2.1" > Associates< / A > & < B > < A HREF = "#DOC.2.2.8" > getAssociates< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline ReadFunc < B > < A HREF = "#DOC.2.2.9" > getReadFunc< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline WriteFunc < B > < A HREF = "#DOC.2.2.10" > getWriteFunc< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline <!1> < A HREF = "DotOsgWrapper.html#DOC.2.2.4" > ReadWriteMode< / A > < B > < A HREF = "#DOC.2.2.11" > getReadWriteMode< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Public Members< / H3 > < DD > < DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef std::vector< std::string> < B > < A HREF = "#DOC.2.2.1" > Associates< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > enum < B > < A HREF = "#DOC.2.2.4" > ReadWriteMode< / A > < / B >
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Fields< / H3 > < DD > < DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > osg::ref_ptr< osg::Object> < B > < A HREF = "#DOC.2.2.15" > _prototype< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > std::string < B > < A HREF = "#DOC.2.2.16" > _name< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "DotOsgWrapper.html#DOC.2.2.1" > Associates< / A > < B > < A HREF = "#DOC.2.2.17" > _associates< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > ReadFunc < B > < A HREF = "#DOC.2.2.18" > _readFunc< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > WriteFunc < B > < A HREF = "#DOC.2.2.19" > _writeFunc< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "DotOsgWrapper.html#DOC.2.2.4" > ReadWriteMode< / A > < B > < A HREF = "#DOC.2.2.20" > _readWriteMode< / A > < / B >
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Methods< / H3 > < DD > < DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.2.12" > DotOsgWrapper< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< DD > < I > protected to prevent inappropriate creation of wrappers< / I >
< DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.2.13" > DotOsgWrapper< / A > < / B > (<!1> < A HREF = "DotOsgWrapper.html#DOC.2.2.13" > DotOsgWrapper< / A > & )
2003-04-18 00:22:51 +08:00
< DD > < I > protected to prevent inappropriate creation of wrappers< / I >
< DT >
2003-07-23 19:27:31 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual < B > < A HREF = "#DOC.2.2.14" > ~DotOsgWrapper< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< DD > < I > protected to prevent wrapper being created on stack< / I >
< / DL > < / P >
< / DL >
< A NAME = "DOC.DOCU" > < / A >
< HR >
< H2 > Documentation< / H2 >
< BLOCKQUOTE > Wrapper class for specifying read and write functions for extending
the osg file format. < / BLOCKQUOTE >
< DL >
< A NAME = "Associates" > < / A >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.1" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef std::vector< std::string> Associates< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "(*ReadFunc)" > < / A >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.2" > < / A >
2003-04-18 00:22:51 +08:00
< 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 >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.3" > < / A >
2003-04-18 00:22:51 +08:00
< 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 >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.4" > < / A >
2003-04-18 00:22:51 +08:00
< 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 >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.4.1" > < / A >
2003-04-18 00:22:51 +08:00
< 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 >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.4.2" > < / A >
2003-04-18 00:22:51 +08:00
< 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 >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.5" > < / 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.2.4" > ReadWriteMode< / A > readWriteMode=<!1> < A HREF = "DotOsgWrapper.html#DOC.2.2.4.1" > READ_AND_WRITE< / A > )< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getPrototype" > < / A >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.6" > < / A >
2003-04-18 00:22:51 +08:00
< 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 >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.7" > < / A >
2003-04-18 00:22:51 +08:00
< 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 >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.8" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "DotOsgWrapper.html#DOC.2.2.1" > Associates< / A > & getAssociates() const < / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getReadFunc" > < / A >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.9" > < / A >
2003-04-18 00:22:51 +08:00
< 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 >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.10" > < / A >
2003-04-18 00:22:51 +08:00
< 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 >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.11" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline <!1> < A HREF = "DotOsgWrapper.html#DOC.2.2.4" > ReadWriteMode< / A > getReadWriteMode() const < / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "DotOsgWrapper" > < / A >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.12" > < / A >
2003-04-18 00:22:51 +08:00
< 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 >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.13" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > DotOsgWrapper(<!1> < A HREF = "DotOsgWrapper.html#DOC.2.2.13" > DotOsgWrapper< / A > & )< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DD > protected to prevent inappropriate creation of wrappers
< DL > < DT > < DD > < / DL > < P >
< A NAME = "~DotOsgWrapper" > < / A >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.14" > < / A >
2003-04-18 00:22:51 +08:00
< 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 >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.15" > < / A >
2003-04-18 00:22:51 +08:00
< 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 >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.16" > < / A >
2003-04-18 00:22:51 +08:00
< 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 >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.17" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "DotOsgWrapper.html#DOC.2.2.1" > Associates< / A > _associates< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_readFunc" > < / A >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.18" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > ReadFunc _readFunc< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_writeFunc" > < / A >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.19" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > WriteFunc _writeFunc< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_readWriteMode" > < / A >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.20" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "DotOsgWrapper.html#DOC.2.2.4" > ReadWriteMode< / A > _readWriteMode< / B > < / TT >
2003-04-18 00:22:51 +08:00
< 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 >