MSTCluster.h File Reference

#include "MST.h"
#include "ESTAnalyzer.h"
Include dependency graph for MSTCluster.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MSTCluster
 Class to encapsulate cluster information and aid in building clusters using Minimum Spanning Tree (MST) data. More...

Typedefs

typedef std::vector< MSTCluster * > ClusterList

Functions

std::ostream & operator<< (std::ostream &, const MSTCluster &)
 Insertion operator to stream MSTCluster information to a given output stream.

Typedef Documentation

typedef std::vector<MSTCluster*> ClusterList

Definition at line 49 of file MSTCluster.h.


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