|
changa 3.5
|
Base class for walking trees. More...
#include <TreeWalk.h>
Public Member Functions | |
| TreePiece * | getOwnerTP () |
| Compute * | getCompute () |
| virtual void | init (Compute *c, TreePiece *owner) |
| Associate a compute object and a treepiece with this walk. | |
| void | reassoc (Compute *c) |
| virtual void | reset () |
| virtual void | walk (GenericTreeNode *node, State *state, int chunk, int reqID, int activeWalkIndex)=0 |
| virtual void | resumeWalk (GenericTreeNode *node, State *state, int chunk, int reqID, int activeWalkIndex) |
| WalkType | getSelfType () |
Protected Member Functions | |
| TreeWalk (Compute *_comp, TreePiece *tp, WalkType _type) | |
| TreeWalk (WalkType t) | |
Protected Attributes | |
| Compute * | comp |
| TreePiece * | ownerTP |
| WalkType | type |
Base class for walking trees.
|
pure virtual |
Implemented in BottomUpTreeWalk, and LocalTargetWalk.