TTK
Loading...
Searching...
No Matches
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 464 of file ripser.cpp.

Constructor & Destructor Documentation

◆ union_find()

union_find::union_find ( const index_t n)
inline

Definition at line 469 of file ripser.cpp.

Member Function Documentation

◆ find()

index_t union_find::find ( index_t x)
inline

Definition at line 474 of file ripser.cpp.

◆ link()

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

Definition at line 485 of file ripser.cpp.


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