2001-09-20 07:41:39 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< HTML >
< HEAD >
< TITLE > class OSGUTIL_EXPORT osgUtil::AppVisitor< / TITLE >
< META NAME = "GENERATOR" CONTENT = "DOC++ 3.4.8" >
< / HEAD >
< BODY BGCOLOR = "#ffffff" >
< H2 > class OSGUTIL_EXPORT < A HREF = "#DOC.DOCU" > osgUtil::AppVisitor< / A > < / H2 > < / H2 > < BLOCKQUOTE > Basic AppVisitor implementation for animating a scene.< / BLOCKQUOTE >
< HR >
< H2 > Inheritance:< / H2 >
< APPLET CODE = "ClassGraph.class" WIDTH = 600 HEIGHT = 65 >
< param name = classes value = "Mosg::NodeVisitor,M,CAppVisitor,MAppVisitor.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 > < B > < A HREF = "#DOC.2.1.1" > AppVisitor< / A > < / B > ()
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual < B > < A HREF = "#DOC.2.1.2" > ~AppVisitor< / A > < / B > ()
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.1.3" > reset< / A > < / B > ()
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.1.4" > apply< / A > < / B > (osg::Node& node)
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.1.5" > apply< / A > < / B > (osg::Geode& node)
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.1.6" > apply< / A > < / B > (osg::Billboard& node)
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.1.7" > apply< / A > < / B > (osg::LightSource& node)
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.1.8" > apply< / A > < / B > (osg::Group& node)
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.1.9" > apply< / A > < / B > (osg::Transform& node)
< DT >
2002-04-22 05:53:03 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.1.10" > apply< / A > < / B > (osg::Projection& node)
2001-09-20 07:41:39 +08:00
< DT >
2002-04-22 05:53:03 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.1.11" > apply< / A > < / B > (osg::Switch& node)
2001-09-20 07:41:39 +08:00
< DT >
2002-04-22 05:53:03 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.1.12" > apply< / A > < / B > (osg::LOD& node)
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.1.13" > apply< / A > < / B > (osg::Impostor& node)
2001-09-20 07:41:39 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Methods< / H3 > < DD > < DT >
2002-04-22 05:53:03 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.1.14" > AppVisitor< / A > < / B > (const <!1> < A HREF = "AppVisitor.html#DOC.2.1.14" > AppVisitor< / A > & )
2001-09-20 07:41:39 +08:00
< DD > < I > prevent unwanted copy construction< / I >
< DT >
2002-04-22 05:53:03 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "AppVisitor.html" > AppVisitor< / A > & < B > < A HREF = "#DOC.2.1.15" > operator = < / A > < / B > (const <!1> < A HREF = "AppVisitor.html" > AppVisitor< / A > & )
2001-09-20 07:41:39 +08:00
< DD > < I > prevent unwanted copy operator< / I >
< DT >
2002-04-22 05:53:03 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.1.16" > handle_callbacks_and_traverse< / A > < / B > (osg::Node& node)
2001-09-20 07:41:39 +08:00
< / DL > < / P >
< / DL >
< A NAME = "DOC.DOCU" > < / A >
< HR >
< H2 > Documentation< / H2 >
< BLOCKQUOTE >
Basic AppVisitor implementation for animating a scene.
This visitor traverses the scene graph, call each nodes appCallback if
it exists. < / BLOCKQUOTE >
< DL >
< A NAME = "AppVisitor" > < / A >
< A NAME = "DOC.2.1.1" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > AppVisitor()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "~AppVisitor" > < / A >
< A NAME = "DOC.2.1.2" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual ~AppVisitor()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "reset" > < / A >
< A NAME = "DOC.2.1.3" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void reset()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "apply" > < / A >
< A NAME = "DOC.2.1.4" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void apply(osg::Node& node)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "apply" > < / A >
< A NAME = "DOC.2.1.5" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void apply(osg::Geode& node)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "apply" > < / A >
< A NAME = "DOC.2.1.6" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void apply(osg::Billboard& node)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "apply" > < / A >
< A NAME = "DOC.2.1.7" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void apply(osg::LightSource& node)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "apply" > < / A >
< A NAME = "DOC.2.1.8" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void apply(osg::Group& node)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "apply" > < / A >
< A NAME = "DOC.2.1.9" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void apply(osg::Transform& node)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "apply" > < / A >
< A NAME = "DOC.2.1.10" > < / A >
2002-04-22 05:53:03 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void apply(osg::Projection& node)< / B > < / TT >
2001-09-20 07:41:39 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "apply" > < / A >
< A NAME = "DOC.2.1.11" > < / A >
2002-04-22 05:53:03 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void apply(osg::Switch& node)< / B > < / TT >
2001-09-20 07:41:39 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "apply" > < / A >
< A NAME = "DOC.2.1.12" > < / A >
2002-04-22 05:53:03 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void apply(osg::LOD& node)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "apply" > < / A >
< A NAME = "DOC.2.1.13" > < / A >
2001-09-20 07:41:39 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void apply(osg::Impostor& node)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "AppVisitor" > < / A >
2002-04-22 05:53:03 +08:00
< A NAME = "DOC.2.1.14" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > AppVisitor(const <!1> < A HREF = "AppVisitor.html#DOC.2.1.14" > AppVisitor< / A > & )< / B > < / TT >
2001-09-20 07:41:39 +08:00
< DD > prevent unwanted copy construction
< DL > < DT > < DD > < / DL > < P >
< A NAME = "operator = " > < / A >
2002-04-22 05:53:03 +08:00
< A NAME = "DOC.2.1.15" > < / A >
2001-09-20 07:41:39 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "AppVisitor.html" > AppVisitor< / A > & operator = (const <!1> < A HREF = "AppVisitor.html" > AppVisitor< / A > & )< / B > < / TT >
< DD > prevent unwanted copy operator
< DL > < DT > < DD > < / DL > < P >
2002-04-22 05:53:03 +08:00
< A NAME = "handle_callbacks_and_traverse" > < / A >
< A NAME = "DOC.2.1.16" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void handle_callbacks_and_traverse(osg::Node& node)< / B > < / TT >
2001-09-20 07:41:39 +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 >