title
Graph Drawing Toolkit

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

struct_undi_node_info Class Reference

#include <rm3_undi_graph.h>

Collaboration diagram for struct_undi_node_info:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 struct_undi_node_info ()

Friends

class undi_graph
class struct_constraint
class bic_obj
class bic_obj_node


Detailed Description

This structure contains additional information for a node of an undi_graph class object. In particular, it contains:
1 - a non-negative integer identifier for the node;
2 - the counterclockwise circular list of the incident incoming gdtedges;
3 - the counterclockwise circular list of the incident outgoing gdtedges;
4 - the counterclockwise circular list of all incident gdtedges;
5 - a list of all markers of the node;
6 - a list of all constraints involving the node.

Definition at line 654 of file rm3_undi_graph.h.


Constructor & Destructor Documentation

struct_undi_node_info::struct_undi_node_info (  ) 


Friends And Related Function Documentation

friend class undi_graph [friend]

Definition at line 657 of file rm3_undi_graph.h.

friend class struct_constraint [friend]

Definition at line 658 of file rm3_undi_graph.h.

friend class bic_obj [friend]

Definition at line 659 of file rm3_undi_graph.h.

friend class bic_obj_node [friend]

Definition at line 660 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