sfof
|
Class for merging Cluster instances. More...
#include <merge_class.hpp>
Static Public Member Functions | |
static void | join_uf (std::vector< Cluster > &) |
This method uses the union-find algorithm to create union-find groups in agreement with the Cluster members. More... | |
static void | rearrange_clusters (std::vector< Galaxy > &, std::vector< Cluster > &) |
This method creates Cluster instances following the UnionFind data in each Galaxy. More... | |
static void | rearrange_clusters (std::map< unsigned long, Galaxy > &, std::vector< Cluster > &) |
This method creates Cluster instances following the UnionFind data in each Galaxy. More... | |
Class for merging Cluster instances.
This class merges Cluster instances that have common Galaxy instances.
|
static |