
#include <TopoCentLB.h>

Public Types | |
| typedef double | Edge |
Public Member Functions | |
| PartGraph (int num_parts, int init_num_objs) | |
| PartGraph (PartGraph *pg, int init_num_objs) | |
| ~PartGraph () | |
Data Fields | |
| Node * | nodes |
| Edge ** | edges |
| int | n_nodes |
| int | n_edges |
Data Structures | |
| struct | Node |
Definition at line 53 of file TopoCentLB.h.
| typedef double TopoCentLB::PartGraph::Edge |
Definition at line 62 of file TopoCentLB.h.
Definition at line 64 of file TopoCentLB.h.
References TopoCentLB::PartGraph::Node::comm, TopoCentLB::PartGraph::Node::degree, edges, n_edges, n_nodes, nodes, TopoCentLB::PartGraph::Node::num_objs, and TopoCentLB::PartGraph::Node::obj_list.
Definition at line 86 of file TopoCentLB.h.
References TopoCentLB::PartGraph::Node::comm, TopoCentLB::PartGraph::Node::degree, edges, n_edges, n_nodes, nodes, TopoCentLB::PartGraph::Node::num_objs, and TopoCentLB::PartGraph::Node::obj_list.
| TopoCentLB::PartGraph::~PartGraph | ( | ) | [inline] |
Definition at line 118 of file TopoCentLB.h.
Referenced by PartGraph(), TopoCentLB::work(), and ~PartGraph().
Definition at line 119 of file TopoCentLB.h.
Referenced by TopoCentLB::calculateMST(), PartGraph(), TopoCentLB::work(), and ~PartGraph().
Definition at line 120 of file TopoCentLB.h.
Referenced by TopoCentLB::calculateMST(), PartGraph(), and ~PartGraph().
1.5.5