ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Public Member Functions | List of all members
union_find Class Reference

Public Member Functions

 union_find (const t_index size)
 
t_index Find (t_index idx) const
 
void Union (const t_index node1, const t_index node2)
 
 union_find (const t_index size)
 
t_index Find (t_index idx) const
 
void Union (const t_index node1, const t_index node2)
 

Detailed Description

Definition at line 355 of file fastcluster_dm.cxx.

Constructor & Destructor Documentation

◆ union_find() [1/2]

union_find::union_find ( const t_index  size)
inline

Definition at line 361 of file fastcluster_dm.cxx.

◆ union_find() [2/2]

union_find::union_find ( const t_index  size)
inline

Definition at line 361 of file fastcluster_dm.cxx.

Member Function Documentation

◆ Find() [1/2]

t_index union_find::Find ( t_index  idx) const
inline

Definition at line 363 of file fastcluster_dm.cxx.

◆ Find() [2/2]

t_index union_find::Find ( t_index  idx) const
inline

Definition at line 363 of file fastcluster_dm.cxx.

◆ Union() [1/2]

void union_find::Union ( const t_index  node1,
const t_index  node2 
)
inline

Definition at line 382 of file fastcluster_dm.cxx.

◆ Union() [2/2]

void union_find::Union ( const t_index  node1,
const t_index  node2 
)
inline

Definition at line 383 of file fastcluster_dm.cxx.


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