ClassIt is a lemon style iterator for the components. It iterates on the ids of the classes.
#include <lemon/unionfind.h>
| Public Member Functions | |
| ClassIt (const UnionFindEnum &ufe) | |
| Constructor of the iterator.  More... | |
| ClassIt (Invalid) | |
| Constructor to get invalid iterator.  More... | |
| ClassIt & | operator++ () | 
| Increment operator.  More... | |
| operator int () const | |
| Conversion operator.  More... | |
| bool | operator== (const ClassIt &i) | 
| Equality operator.  More... | |
| bool | operator!= (const ClassIt &i) | 
| Inequality operator.  More... | |
| 
 | inline | 
Constructor of the iterator
| 
 | inline | 
It steps to the next representant item.
| 
 | inline | 
It converts the iterator to the current representant item.
| 
 | inline | 
Equality operator
| 
 | inline | 
Inequality operator
 1.8.5
 1.8.5