#include <DisjointSets.hh>
Definition at line 37 of file DisjointSets.hh.
◆ DisjointSets() [1/3]
DisjointSets::DisjointSets |
( |
| ) |
|
◆ DisjointSets() [2/3]
DisjointSets::DisjointSets |
( |
int |
count | ) |
|
◆ DisjointSets() [3/3]
◆ ~DisjointSets()
DisjointSets::~DisjointSets |
( |
| ) |
|
◆ FindSet()
int DisjointSets::FindSet |
( |
int |
element | ) |
const |
◆ Union()
void DisjointSets::Union |
( |
int |
setId1, |
|
|
int |
setId2 |
|
) |
| |
◆ AddElements()
void DisjointSets::AddElements |
( |
int |
numToAdd | ) |
|
◆ NumElements()
int DisjointSets::NumElements |
( |
| ) |
const |
◆ NumSets()
int DisjointSets::NumSets |
( |
| ) |
const |
◆ ReNum()
void DisjointSets::ReNum |
( |
| ) |
|
The documentation for this class was generated from the following file: