VoxelFarm::CUnionFind< idxType > Class Template Reference

Classes

struct  node
 

Public Member Functions

 CUnionFind (idxType N)
 
idxType Find (idxType id)
 
void Union (idxType id1, idxType id2)
 
void Reset ()
 

Protected Attributes

nodeuf
 
idxType size
 

Detailed Description

template<typename idxType>
class VoxelFarm::CUnionFind< idxType >

Definition at line 20 of file UnionFind.h.


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