DecompGraph::Node Class Reference

#include <decomp.h>

List of all members.

Public Member Functions

 Node (int weight_=0)

Public Attributes

map< int, set< Edge >::iterator > adj
int weight
int component

Private Member Functions

int set_component (int comp)

Friends

class DecompGraph


Detailed Description

Definition at line 24 of file decomp.h.


Constructor & Destructor Documentation

DecompGraph::Node::Node ( int  weight_ = 0  )  [inline]

Definition at line 33 of file decomp.h.


Member Function Documentation

int DecompGraph::Node::set_component ( int  comp  )  [private]


Friends And Related Function Documentation

friend class DecompGraph [friend]

Definition at line 25 of file decomp.h.


Member Data Documentation

map<int, set<Edge>::iterator> DecompGraph::Node::adj

Definition at line 29 of file decomp.h.

int DecompGraph::Node::weight

Definition at line 30 of file decomp.h.

int DecompGraph::Node::component

Definition at line 31 of file decomp.h.


The documentation for this class was generated from the following file:
Generated on Mon Oct 20 03:12:26 2008 for LaGO by  doxygen 1.4.7