Public Member Functions | |
| node () | |
Public Attributes | |
| int | rank |
| represents the approximate max height of the node in its subtree. More... | |
| int | index |
| node * | parent |
| int | size |
Definition at line 64 of file vbl_disjoint_sets.h.
|
inline |
Definition at line 66 of file vbl_disjoint_sets.h.
| int vbl_disjoint_sets::node::index |
Definition at line 69 of file vbl_disjoint_sets.h.
| node* vbl_disjoint_sets::node::parent |
Definition at line 70 of file vbl_disjoint_sets.h.
| int vbl_disjoint_sets::node::rank |
represents the approximate max height of the node in its subtree.
Definition at line 68 of file vbl_disjoint_sets.h.
| int vbl_disjoint_sets::node::size |
Definition at line 71 of file vbl_disjoint_sets.h.
1.8.15