A visitor for traversal of a hierarchy.
This works from both C++ and Python
\see Hierarchy
Inheritance diagram for IMP::core::HierarchyVisitor:Public Member Functions | |
| virtual bool | operator() (Hierarchy p)=0 |
| Return true if the traversal should visit this node's children. | |
|
pure virtual |
Return true if the traversal should visit this node's children.
Implemented in IMP::core::HierarchyCounter, and IMP::core::ModifierVisitor.