MSTNode.cpp File Reference

#include "MSTNode.h"
#include "EST.h"
#include <cstdio>
Include dependency graph for MSTNode.cpp:

Go to the source code of this file.

Defines

#define MAX_LINE_SIZE   1024

Functions

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

Define Documentation

#define MAX_LINE_SIZE   1024

Definition at line 42 of file MSTNode.cpp.

Referenced by MSTNode::deSerialize().


Function Documentation

std::ostream & operator<< ( std::ostream &  os,
const MSTNode node 
)

Insertion operator to stream MSTNode information to a given output stream.

This method provides a convenient mechanism to dump MSTNode information for debugging purposes.

Definition at line 45 of file MSTNode.cpp.

References MSTNode::estIdx, MSTNode::metric, and MSTNode::parentIdx.


Generated on 19 Mar 2010 for PEACE by  doxygen 1.6.1