IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
A visitor for traversal of a hierarchy. More...
#include <IMP/core/Hierarchy.h>
A visitor for traversal of a hierarchy.
This works from both C++ and Python
Definition at line 226 of file core/Hierarchy.h.
Public Member Functions | |
virtual bool | operator() (Hierarchy p)=0 |
Return true if the traversal should visit this node's children. More... | |
|
pure virtual |
Return true if the traversal should visit this node's children.
Implemented in IMP::core::HierarchyCounter, and IMP::core::ModifierVisitor.