2003-04-18 00:22:51 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< HTML >
< HEAD >
< TITLE > class OSGUTIL_EXPORT osgUtil::RenderLeaf< / TITLE >
2004-08-06 14:53:36 +08:00
< META NAME = "GENERATOR" CONTENT = "DOC++ 3.4.6" >
2003-04-18 00:22:51 +08:00
< / HEAD >
< BODY BGCOLOR = "#ffffff" >
< H2 > class OSGUTIL_EXPORT < A HREF = "#DOC.DOCU" > osgUtil::RenderLeaf< / A > < / H2 > < / H2 > < BLOCKQUOTE > container class for all data required for rendering of drawables< / BLOCKQUOTE >
< HR >
< H2 > Inheritance:< / H2 >
< APPLET CODE = "ClassGraph.class" WIDTH = 600 HEIGHT = 65 >
< param name = classes value = "Mosg::Referenced,M,CRenderLeaf,MRenderLeaf.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 Fields< / H3 > < DD > < DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "RenderGraph.html" > RenderGraph< / A > * < B > < A HREF = "#DOC.2.17.5" > _parent< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > osg::Drawable* < B > < A HREF = "#DOC.2.17.6" > _drawable< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > osg::ref_ptr< osg::RefMatrix> < B > < A HREF = "#DOC.2.17.7" > _projection< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > osg::ref_ptr< osg::RefMatrix> < B > < A HREF = "#DOC.2.17.8" > _modelview< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > float < B > < A HREF = "#DOC.2.17.9" > _depth< / A > < / B >
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline < B > < A HREF = "#DOC.2.17.1" > RenderLeaf< / A > < / B > (osg::Drawable* drawable, osg::RefMatrix* projection, osg::RefMatrix* modelview, float <!1> < A HREF = "Statistics.html#DOC.2.24.32" > depth< / A > =0.0f)
2003-04-18 00:22:51 +08:00
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.17.2" > set< / A > < / B > (osg::Drawable* drawable, osg::RefMatrix* projection, osg::RefMatrix* modelview, float <!1> < A HREF = "Statistics.html#DOC.2.24.32" > depth< / A > =0.0f)
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.17.3" > reset< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.17.4" > render< / A > < / B > (osg::State& state, <!1> < A HREF = "RenderLeaf.html" > RenderLeaf< / A > * previous)
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< / DL >
< A NAME = "DOC.DOCU" > < / A >
< HR >
< H2 > Documentation< / H2 >
< BLOCKQUOTE > container class for all data required for rendering of drawables< / BLOCKQUOTE >
< DL >
< A NAME = "RenderLeaf" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.17.1" > < / A >
2004-08-06 14:53:36 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline RenderLeaf(osg::Drawable* drawable, osg::RefMatrix* projection, osg::RefMatrix* modelview, float <!1> < A HREF = "Statistics.html#DOC.2.24.32" > depth< / A > =0.0f)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "set" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.17.2" > < / A >
2004-08-06 14:53:36 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void set(osg::Drawable* drawable, osg::RefMatrix* projection, osg::RefMatrix* modelview, float <!1> < A HREF = "Statistics.html#DOC.2.24.32" > depth< / A > =0.0f)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "reset" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.17.3" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void reset()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "render" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.17.4" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void render(osg::State& state, <!1> < A HREF = "RenderLeaf.html" > RenderLeaf< / A > * previous)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_parent" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.17.5" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "RenderGraph.html" > RenderGraph< / A > * _parent< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_drawable" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.17.6" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > osg::Drawable* _drawable< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_projection" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.17.7" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > osg::ref_ptr< osg::RefMatrix> _projection< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_modelview" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.17.8" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > osg::ref_ptr< osg::RefMatrix> _modelview< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_depth" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.17.9" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > float _depth< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< HR > < DL > < DT > < B > This class has no child classes.< / B > < / DL >
< DL > < DT > < DT > < B > Friends:< / B > < DD > class <!1> < A HREF = "RenderGraph.html" > osgUtil::RenderGraph< / A > < BR > < 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 >
2004-08-06 14:53:36 +08:00
This page was generated with the help of < A HREF = "http://www.linuxsupportline.com/~doc++" > DOC++< / A > .
2003-04-18 00:22:51 +08:00
< / BODY >
< / HTML >