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. | |
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. |
ClassIt | ( | const UnionFindEnum & | ufe | ) | [inline] |
Constructor of the iterator
ClassIt& operator++ | ( | ) | [inline] |
It steps to the next representant item.
operator int | ( | ) | const [inline] |
It converts the iterator to the current representant item.
bool operator== | ( | const ClassIt & | i | ) | [inline] |
Equality operator
bool operator!= | ( | const ClassIt & | i | ) | [inline] |
Inequality operator