eq::NodeVisitor Class Reference

A visitor to traverse non-const nodes and children. More...

#include <nodeVisitor.h>

Inheritance diagram for eq::NodeVisitor:

Inheritance graph
[legend]
Collaboration diagram for eq::NodeVisitor:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 NodeVisitor ()
 Constructs a new NodeVisitor.
virtual ~NodeVisitor ()
 Destruct the NodeVisitor.
virtual VisitorResult visitPre (Node *node)
 Visit a node on the down traversal.
virtual VisitorResult visitPost (Node *node)
 Visit a node on the up traversal.


Detailed Description

A visitor to traverse non-const nodes and children.

Definition at line 30 of file lib/client/nodeVisitor.h.


Constructor & Destructor Documentation

eq::NodeVisitor::NodeVisitor (  )  [inline]

Constructs a new NodeVisitor.

Definition at line 34 of file lib/client/nodeVisitor.h.


Member Function Documentation

virtual VisitorResult eq::NodeVisitor::visitPre ( Node node  )  [inline, virtual]

Visit a node on the down traversal.

Definition at line 40 of file lib/client/nodeVisitor.h.

References eq::TRAVERSE_CONTINUE.

Referenced by eq::Node::accept().

Here is the caller graph for this function:

virtual VisitorResult eq::NodeVisitor::visitPost ( Node node  )  [inline, virtual]

Visit a node on the up traversal.

Definition at line 44 of file lib/client/nodeVisitor.h.

References eq::TRAVERSE_CONTINUE.

Referenced by eq::Node::accept().

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
Generated on Mon Aug 10 18:58:43 2009 for Equalizer 0.9 by  doxygen 1.5.8