IMP
2.0.1
The Integrative Modeling Platform
|
A simple functor to count the number of particles in a hierarchy. More...
#include <IMP/core/Hierarchy.h>
Public Member Functions | |
unsigned int | get_count () const |
Return how many nodes have been visited. | |
bool | operator() (Hierarchy) |
Increment the counter. | |
void | show (std::ostream &out=std::cout) const |
This is a good example of a simple HierarchyVisitor.
Definition at line 454 of file core/Hierarchy.h.