#include <idcluster.h>

Public Member Functions | |
| cluster_dist_t (id_cluster *a, id_cluster *b, float d) | |
| bool | operator< (const cluster_dist_t &c) const |
Public Attributes | |
| id_cluster * | a |
| id_cluster * | b |
| float | d |
Definition at line 113 of file idcluster.h.
| id_cluster_collection::cluster_dist_t::cluster_dist_t | ( | id_cluster * | a, | |
| id_cluster * | b, | |||
| float | d | |||
| ) |
| bool id_cluster_collection::cluster_dist_t::operator< | ( | const cluster_dist_t & | c | ) | const |
Definition at line 114 of file idcluster.h.
Referenced by cluster_dist_t(), operator<(), and id_cluster_collection::reduce().
Definition at line 114 of file idcluster.h.
Referenced by cluster_dist_t(), operator<(), and id_cluster_collection::reduce().
Definition at line 115 of file idcluster.h.
Referenced by id_cluster_collection::add_to_distance_matrix(), cluster_dist_t(), operator<(), and id_cluster_collection::reduce().
1.5.9