eq::NodeVisitor Class Reference

#include <nodeVisitor.h>

Inheritance diagram for eq::NodeVisitor:

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

Collaboration graph
[legend]

List of all members.


Detailed Description

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

Definition at line 17 of file nodeVisitor.h.


Public Member Functions

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

Constructor & Destructor Documentation

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

Constructs a new NodeVisitor.

Definition at line 21 of file nodeVisitor.h.


Member Function Documentation

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

Visit a node on the down traversal.

Definition at line 27 of file nodeVisitor.h.

References eq::ChannelVisitor::TRAVERSE_CONTINUE.

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

Here is the caller graph for this function:

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

Visit a node on the up traversal.

Definition at line 31 of file nodeVisitor.h.

References eq::ChannelVisitor::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 Sat Dec 6 12:01:48 2008 for Equalizer 0.6 by  doxygen 1.5.5