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.

Definition at line 30 of file decomp.h.

Definition at line 31 of file decomp.h.


The documentation for this class was generated from the following file:

Generated on 10 Mar 2013 for LaGO by  doxygen 1.6.1