2001-09-20 07:41:39 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< HTML >
< HEAD >
< TITLE > class SG_EXPORT osg::NodeCallback< / TITLE >
< META NAME = "GENERATOR" CONTENT = "DOC++ 3.4.8" >
< / HEAD >
< BODY BGCOLOR = "#ffffff" >
< H2 > class SG_EXPORT < A HREF = "#DOC.DOCU" > osg::NodeCallback< / A > < / H2 > < / H2 > < HR >
< H2 > Inheritance:< / H2 >
< APPLET CODE = "ClassGraph.class" WIDTH = 600 HEIGHT = 65 >
< param name = classes value = "CReferenced,MReferenced.html,CNodeCallback,MNodeCallback.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 >
2002-02-25 07:03:10 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "NodeCallback.html#DOC.2.72.1" > Requirements< / A > < B > < A HREF = "#DOC.2.72.12" > _requirements< / A > < / B >
2001-12-25 05:56:22 +08:00
< DT >
2002-02-25 07:03:10 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > > < B > < A HREF = "#DOC.2.72.13" > _nestedCallback< / A > < / B >
2001-09-20 07:41:39 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
2002-02-25 07:03:10 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.72.2" > NodeCallback< / A > < / B > (const <!1> < A HREF = "NodeCallback.html#DOC.2.72.1" > Requirements< / A > ncr=<!1> < A HREF = "NodeCallback.html#DOC.2.72.1.1" > NO_REQUIREMENTS< / A > )
2001-09-20 07:41:39 +08:00
< DT >
2002-02-25 07:03:10 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual < B > < A HREF = "#DOC.2.72.3" > ~NodeCallback< / A > < / B > ()
2001-09-20 07:41:39 +08:00
< DT >
2002-02-25 07:03:10 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.72.4" > setRequirements< / A > < / B > (const <!1> < A HREF = "NodeCallback.html#DOC.2.72.1" > Requirements< / A > ncr)
2001-09-20 07:41:39 +08:00
< DD > < I > Set what values from traversal are required by this NodeCallback< / I >
< DT >
2002-02-25 07:03:10 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "NodeCallback.html#DOC.2.72.1" > Requirements< / A > < B > < A HREF = "#DOC.2.72.5" > getRequirements< / A > < / B > () const
2001-09-20 07:41:39 +08:00
< DD > < I > Get what values from traversal are required by this NodeCallback< / I >
< DT >
2002-02-25 07:03:10 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.72.6" > operator()< / A > < / B > (<!1> < A HREF = "Node.html" > Node< / A > *, <!1> < A HREF = "NodeVisitor.html" > NodeVisitor< / A > *)
2001-09-20 07:41:39 +08:00
< DD > < I > Callback method call by the NodeVisitor when visiting a node< / I >
2001-12-25 05:56:22 +08:00
< DT >
2002-02-25 07:03:10 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.72.7" > traverse< / A > < / B > (<!1> < A HREF = "Node.html" > Node< / A > * node, <!1> < A HREF = "NodeVisitor.html" > NodeVisitor< / A > * nv)
2001-12-25 05:56:22 +08:00
< DD > < I > Call any nested callbacks and then traverse the scene graph.< / I >
< DT >
2002-02-25 07:03:10 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.72.8" > setNestedCallback< / A > < / B > (<!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > * nc)
2001-12-25 05:56:22 +08:00
< DT >
2002-02-25 07:03:10 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > * < B > < A HREF = "#DOC.2.72.9" > getNestedCallback< / A > < / B > ()
2001-12-25 05:56:22 +08:00
< DT >
2002-02-25 07:03:10 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.72.10" > addNestedCallback< / A > < / B > (<!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > * nc)
2001-12-25 05:56:22 +08:00
< DT >
2002-02-25 07:03:10 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.72.11" > removeNestedCallback< / A > < / B > (<!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > * nc)
2001-09-20 07:41:39 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Public Members< / H3 > < DD > < DT >
2002-02-25 07:03:10 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > enum < B > < A HREF = "#DOC.2.72.1" > Requirements< / A > < / B >
2001-09-20 07:41:39 +08:00
< DD > < I > The range of values which can be accumulated by the NodeVisitor.< / I >
< / DL > < / P >
< / DL >
< HR > < H3 > Inherited from < A HREF = "Referenced.html" > Referenced< / A > :< / H3 >
< DL >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "Referenced.html" > Referenced< / A > & < B > operator = < / B > (<!1> < A HREF = "Referenced.html" > Referenced< / A > & )
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > ref< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > unref< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const int < B > referenceCount< / B > () const
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Fields< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > mutable int < B > _refCount< / B >
< / DL > < / P >
< / DL >
< A NAME = "DOC.DOCU" > < / A >
< HR >
< H2 > Documentation< / H2 >
< DL >
< A NAME = "Requirements" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.1" > < / A >
2001-09-20 07:41:39 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > enum Requirements< / B > < / TT >
< DD > The range of values which can be accumulated by the NodeVisitor.
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "NO_REQUIREMENTS" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.1.1" > < / A >
2001-09-20 07:41:39 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > NO_REQUIREMENTS< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "REQUIRES_TRAVERSAL" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.1.2" > < / A >
2001-09-20 07:41:39 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > REQUIRES_TRAVERSAL< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "REQUIRES_PARENT_PATH" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.1.3" > < / A >
2001-09-20 07:41:39 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > REQUIRES_PARENT_PATH< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "REQUIRES_ACCUMULATED_MATRIX" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.1.4" > < / A >
2001-09-20 07:41:39 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > REQUIRES_ACCUMULATED_MATRIX< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "REQUIRES_ACCUMULATED_INVERSE" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.1.5" > < / A >
2001-09-20 07:41:39 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > REQUIRES_ACCUMULATED_INVERSE< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< A NAME = "NodeCallback" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.2" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > NodeCallback(const <!1> < A HREF = "NodeCallback.html#DOC.2.72.1" > Requirements< / A > ncr=<!1> < A HREF = "NodeCallback.html#DOC.2.72.1.1" > NO_REQUIREMENTS< / A > )< / B > < / TT >
2001-09-20 07:41:39 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "~NodeCallback" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.3" > < / A >
2001-09-20 07:41:39 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual ~NodeCallback()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setRequirements" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.4" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void setRequirements(const <!1> < A HREF = "NodeCallback.html#DOC.2.72.1" > Requirements< / A > ncr)< / B > < / TT >
2001-09-20 07:41:39 +08:00
< DD > Set what values from traversal are required by this NodeCallback
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getRequirements" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.5" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "NodeCallback.html#DOC.2.72.1" > Requirements< / A > getRequirements() const < / B > < / TT >
2001-09-20 07:41:39 +08:00
< DD > Get what values from traversal are required by this NodeCallback
< DL > < DT > < DD > < / DL > < P >
< A NAME = "operator()" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.6" > < / A >
2001-09-20 07:41:39 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void operator()(<!1> < A HREF = "Node.html" > Node< / A > *, <!1> < A HREF = "NodeVisitor.html" > NodeVisitor< / A > *)< / B > < / TT >
< DD > Callback method call by the NodeVisitor when visiting a node
< DL > < DT > < DD > < / DL > < P >
2001-12-25 05:56:22 +08:00
< A NAME = "traverse" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.7" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void traverse(<!1> < A HREF = "Node.html" > Node< / A > * node, <!1> < A HREF = "NodeVisitor.html" > NodeVisitor< / A > * nv)< / B > < / TT >
< DD > Call any nested callbacks and then traverse the scene graph.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setNestedCallback" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.8" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setNestedCallback(<!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > * nc)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getNestedCallback" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.9" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > * getNestedCallback()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "addNestedCallback" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.10" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void addNestedCallback(<!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > * nc)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "removeNestedCallback" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.11" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void removeNestedCallback(<!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > * nc)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
2001-09-20 07:41:39 +08:00
< A NAME = "_requirements" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.12" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "NodeCallback.html#DOC.2.72.1" > Requirements< / A > _requirements< / B > < / TT >
2001-12-25 05:56:22 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_nestedCallback" > < / A >
2002-02-25 07:03:10 +08:00
< A NAME = "DOC.2.72.13" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > > _nestedCallback< / 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 >