title
Graph Drawing Toolkit

An object-oriented C++ library for handling and drawing graphs

struct_edge Class Reference

#include <rm3_simple_graph.h>

Collaboration diagram for struct_edge:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 struct_edge (int id)
 struct_edge ()
 struct_edge (node n1, node n2, int id)
int get_index () const
int get_weight ()
void set_weight (int w)
node start () const
node end () const

Friends

class simple_graph
class undi_graph


Detailed Description

Definition at line 74 of file rm3_simple_graph.h.


Constructor & Destructor Documentation

struct_edge::struct_edge ( int  id  )  [inline]

Definition at line 90 of file rm3_simple_graph.h.

References NULL.

struct_edge::struct_edge (  )  [inline]

Definition at line 100 of file rm3_simple_graph.h.

References NULL.

struct_edge::struct_edge ( node  n1,
node  n2,
int  id 
)


Member Function Documentation

int struct_edge::get_index (  )  const [inline]

Definition at line 111 of file rm3_simple_graph.h.

int struct_edge::get_weight (  )  [inline]

Definition at line 112 of file rm3_simple_graph.h.

void struct_edge::set_weight ( int  w  )  [inline]

Definition at line 113 of file rm3_simple_graph.h.

node struct_edge::start (  )  const [inline]

Definition at line 114 of file rm3_simple_graph.h.

node struct_edge::end (  )  const [inline]

Definition at line 115 of file rm3_simple_graph.h.


Friends And Related Function Documentation

friend class simple_graph [friend]

Definition at line 76 of file rm3_simple_graph.h.

friend class undi_graph [friend]

Definition at line 77 of file rm3_simple_graph.h.


The documentation for this class was generated from the following file:
Generated on Thu Jan 10 14:49:16 2008 for GDToolkit GAPI by  doxygen 1.5.3