Blender V5.0
BLI_disjoint_set.hh File Reference
#include "BLI_array.hh"
#include "BLI_index_range.hh"

Go to the source code of this file.

Classes

class  blender::DisjointSet< T >

Namespaces

namespace  blender

Detailed Description

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

Definition in file BLI_disjoint_set.hh.