#include "MSTCluster.h"
#include "Utilities.h"
#include "HashMap.h"
#include "arg_parser.h"
#include <cmath>
Go to the source code of this file.
Typedefs | |
typedef std::tr1::unordered_map< int, MSTCluster * > | ClusterMap |
Functions | |
std::ostream & | operator<< (std::ostream &os, const MSTCluster &cluster) |
Insertion operator to stream MSTCluster information to a given output stream. |
typedef std::tr1::unordered_map<int, MSTCluster*> ClusterMap |
Definition at line 47 of file MSTCluster.cpp.
std::ostream & operator<< | ( | std::ostream & | os, | |
const MSTCluster & | cluster | |||
) |
Insertion operator to stream MSTCluster information to a given output stream.
This method provides a convenient mechanism to dump the complete MSTCluster information for debugging purposes. The clusters in the MSTCluster are displayed in the order in which they were created.
Definition at line 287 of file MSTCluster.cpp.
References MSTCluster::clusterID, MSTCluster::clusterList, MSTCluster::members, and MSTCluster::name.