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