TTK
Loading...
Searching...
No Matches
Public Member Functions | List of all members
union_find Class Reference

Public Member Functions

 union_find (const index_t n)
 
index_t find (index_t x)
 
void link (index_t x, index_t y)
 

Detailed Description

Definition at line 433 of file ripserpy.cpp.

Constructor & Destructor Documentation

◆ union_find()

union_find::union_find ( const index_t  n)
inline

Definition at line 438 of file ripserpy.cpp.

Member Function Documentation

◆ find()

index_t union_find::find ( index_t  x)
inline

Definition at line 443 of file ripserpy.cpp.

◆ link()

void union_find::link ( index_t  x,
index_t  y 
)
inline

Definition at line 454 of file ripserpy.cpp.


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