title
Graph Drawing Toolkit

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

struct_undi_edge_info Class Reference

#include <rm3_undi_graph.h>

Collaboration diagram for struct_undi_edge_info:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 struct_undi_edge_info ()

Friends

class undi_graph
class struct_constraint
class bic_obj
class bic_obj_node


Detailed Description

This structure contains additional information for an edge of an undi_graph class object. In particular, it contains:
1 - a non-negative integer identifier for the edge;
2 - a "source" gdtnode;
3 - a "target" gdtnode;
4 - a "start" gdtnode if the edge is directed (if the edge is not directed, this field is equal to NULL_EDGE);
5 - the positions of the edge in all the adjacent lists of its end-gdtnodes;
6 - a list of all markers of the edge;
7 - a list of all constraints involving the edge.

Definition at line 708 of file rm3_undi_graph.h.


Constructor & Destructor Documentation

struct_undi_edge_info::struct_undi_edge_info (  ) 


Friends And Related Function Documentation

friend class undi_graph [friend]

Definition at line 711 of file rm3_undi_graph.h.

friend class struct_constraint [friend]

Definition at line 712 of file rm3_undi_graph.h.

friend class bic_obj [friend]

Definition at line 713 of file rm3_undi_graph.h.

friend class bic_obj_node [friend]

Definition at line 714 of file rm3_undi_graph.h.


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