The Robot Application Programming Interface Delegate Project
RAPID Logo

AbstractFrameVisitor Class Reference

Abstract convenience visitor that has no-op up() and down() methods.

Inheritance diagram for AbstractFrameVisitor:
Collaboration diagram for AbstractFrameVisitor:

List of all members.

Public Member Functions

abstract boolean visit (FrameTreeNode node)
void down (FrameTreeNode node)
 in a depth first traversal, called before descent
void up (FrameTreeNode node)
 in a depth first traversal, called on ascent

Member Function Documentation

void down ( FrameTreeNode  node)

Implements IFrameVisitor.

void up ( FrameTreeNode  node)

Implements IFrameVisitor.

abstract boolean visit ( FrameTreeNode  node) [pure virtual]
Returns:
true only if stop condition has been met

Implements IFrameVisitor.

Implemented in FindNameFrameVisitor.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines