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