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