ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::Ccl::DisjointSets Class Reference

#include <Acts/Clusterization/Clusterization.hpp>

Public Member Functions

 DisjointSets (std::size_t initial_size=128)
void clear ()
Acts::Ccl::Label findSet (std::size_t x)
Acts::Ccl::Label makeSet ()
void unionSet (std::size_t x, std::size_t y)

Constructor & Destructor Documentation

◆ DisjointSets()

Acts::Ccl::DisjointSets::DisjointSets ( std::size_t initial_size = 128)
explicit

Member Function Documentation

◆ clear()

void Acts::Ccl::DisjointSets::clear ( )

◆ findSet()

Acts::Ccl::Label Acts::Ccl::DisjointSets::findSet ( std::size_t x)

◆ makeSet()

Acts::Ccl::Label Acts::Ccl::DisjointSets::makeSet ( )

◆ unionSet()

void Acts::Ccl::DisjointSets::unionSet ( std::size_t x,
std::size_t y )