Public Member Functions | Public Attributes | List of all members
vbl_disjoint_sets::node Struct Reference

Public Member Functions

 node ()
 

Public Attributes

int rank
 represents the approximate max height of the node in its subtree. More...
 
int index
 
nodeparent
 
int size
 

Detailed Description

Definition at line 64 of file vbl_disjoint_sets.h.

Constructor & Destructor Documentation

◆ node()

vbl_disjoint_sets::node::node ( )
inline

Definition at line 66 of file vbl_disjoint_sets.h.

Member Data Documentation

◆ index

int vbl_disjoint_sets::node::index

Definition at line 69 of file vbl_disjoint_sets.h.

◆ parent

node* vbl_disjoint_sets::node::parent

Definition at line 70 of file vbl_disjoint_sets.h.

◆ rank

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.

◆ size

int vbl_disjoint_sets::node::size

Definition at line 71 of file vbl_disjoint_sets.h.


The documentation for this struct was generated from the following file: