MSTCluster.cpp File Reference

#include "MSTCluster.h"
#include "Utilities.h"
#include "HashMap.h"
#include "arg_parser.h"
#include <cmath>
Include dependency graph for MSTCluster.cpp:

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 Documentation

typedef std::tr1::unordered_map<int, MSTCluster*> ClusterMap

Definition at line 47 of file MSTCluster.cpp.


Function Documentation

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.


Generated on 19 Mar 2010 for PEACE by  doxygen 1.6.1