Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

MST::SNode Class Reference

#include <mst.h>

List of all members.

Public Member Functions

 SNode ()
 ~SNode ()
 set_node_id (int i)
 set_edge_id (int i)
 set_weight (int i)
int node_id ()
int edge_id ()
int weight ()
 SNode ()
 ~SNode ()
 set_node_id (int i)
 set_edge_id (int i)
 set_weight (int i)
int node_id ()
int edge_id ()
int weight ()

Private Attributes

int _node_id
int _edge_id
int _weight


Constructor & Destructor Documentation

MST::SNode::SNode  )  [inline]
 

Definition at line 42 of file include/mst.h.

References _node_id, and _weight.

MST::SNode::~SNode  )  [inline]
 

Definition at line 43 of file include/mst.h.

MST::SNode::SNode  )  [inline]
 

Definition at line 42 of file src/mst.h.

References _node_id, and _weight.

MST::SNode::~SNode  )  [inline]
 

Definition at line 43 of file src/mst.h.


Member Function Documentation

int MST::SNode::edge_id  )  [inline]
 

Definition at line 50 of file src/mst.h.

References _edge_id.

int MST::SNode::edge_id  )  [inline]
 

Definition at line 50 of file include/mst.h.

References _edge_id.

Referenced by MST::pq_return().

int MST::SNode::node_id  )  [inline]
 

Definition at line 49 of file src/mst.h.

References _node_id.

int MST::SNode::node_id  )  [inline]
 

Definition at line 49 of file include/mst.h.

References _node_id.

MST::SNode::set_edge_id int  i  )  [inline]
 

Definition at line 46 of file src/mst.h.

References _edge_id, and i.

MST::SNode::set_edge_id int  i  )  [inline]
 

Definition at line 46 of file include/mst.h.

References _edge_id, and i.

Referenced by MST::pq_update().

MST::SNode::set_node_id int  i  )  [inline]
 

Definition at line 45 of file src/mst.h.

References _node_id, and i.

MST::SNode::set_node_id int  i  )  [inline]
 

Definition at line 45 of file include/mst.h.

References _node_id, and i.

Referenced by MST::pq_update().

MST::SNode::set_weight int  i  )  [inline]
 

Definition at line 47 of file src/mst.h.

References _weight, and i.

MST::SNode::set_weight int  i  )  [inline]
 

Definition at line 47 of file include/mst.h.

References _weight, and i.

Referenced by MST::pq_update().

int MST::SNode::weight  )  [inline]
 

Definition at line 51 of file src/mst.h.

References _weight.

int MST::SNode::weight  )  [inline]
 

Definition at line 51 of file include/mst.h.

References _weight.

Referenced by MST::pq_return().


Member Data Documentation

int MST::SNode::_edge_id [private]
 

Definition at line 54 of file src/mst.h.

Referenced by edge_id(), and set_edge_id().

int MST::SNode::_node_id [private]
 

Definition at line 53 of file src/mst.h.

Referenced by node_id(), set_node_id(), and SNode().

int MST::SNode::_weight [private]
 

Definition at line 55 of file src/mst.h.

Referenced by set_weight(), SNode(), and weight().


The documentation for this class was generated from the following files:
Generated on Mon Jul 21 20:31:23 2003 for TINKER LEGO DOC by doxygen 1.3.2