IMP
2.4.0
The Integrative Modeling Platform
|
A visitor which applies a modifier to each kernel::Particle in a hierarchy. More...
#include <IMP/core/Hierarchy.h>
A visitor which applies a modifier to each kernel::Particle in a hierarchy.
This works from both C++ and Python
Definition at line 241 of file core/Hierarchy.h.
Public Member Functions | |
ModifierVisitor (SingletonModifier *sm) | |
virtual bool | operator() (Hierarchy p) |
Return true if the traversal should visit this node's children. More... | |
|
virtual |
Return true if the traversal should visit this node's children.
Implements IMP::core::HierarchyVisitor.
Definition at line 246 of file core/Hierarchy.h.