|
ant
A2 ant: class-based analysis framework
|
Classes | |
| struct | bump_t |
| struct | cluster_t |
| struct | crystal_t |
Functions | |
| bool | operator< (const crystal_t &lhs, const crystal_t &rhs) |
| double | calc_total_energy (const cluster_t &cluster) |
| double | calc_energy_weight (const double energy, const double total_energy) |
| void | calc_bump_weights (const cluster_t &cluster, bump_t &bump) |
| void | update_bump_position (const cluster_t &cluster, bump_t &bump) |
| bump_t | merge_bumps (const std::vector< bump_t > bumps) |
| void | split_cluster (const cluster_t &cluster, std::vector< cluster_t > &clusters) |
| void | build_cluster (std::list< crystal_t > &crystals, cluster_t &cluster) |
| void | do_clustering (std::list< crystal_t > &crystals, std::vector< cluster_t > &clusters) |
| void ant::reconstruct::clustering::build_cluster | ( | std::list< crystal_t > & | crystals, |
| cluster_t & | cluster | ||
| ) |
| double ant::reconstruct::clustering::calc_energy_weight | ( | const double | energy, |
| const double | total_energy | ||
| ) |
| double ant::reconstruct::clustering::calc_total_energy | ( | const cluster_t & | cluster | ) |
| void ant::reconstruct::clustering::do_clustering | ( | std::list< crystal_t > & | crystals, |
| std::vector< cluster_t > & | clusters | ||
| ) |
| void ant::reconstruct::clustering::split_cluster | ( | const cluster_t & | cluster, |
| std::vector< cluster_t > & | clusters | ||
| ) |