Blender  V3.3
Classes | Namespaces
BLI_disjoint_set.hh File Reference
#include "BLI_array.hh"

Go to the source code of this file.

Classes

class  blender::DisjointSet
 

Namespaces

 blender
 

Detailed Description

This implements the disjoint set data structure with path compression and union by rank.

Definition in file BLI_disjoint_set.hh.