#include <nodeVisitor.h>


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. | |
| eq::NodeVisitor::NodeVisitor | ( | ) | [inline] |
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().

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().

0.6 by
1.5.5