
#include <rm3_undi_graph.h>

Public Member Functions | |
| dfs_node_info () | |
| ~dfs_node_info () | |
Public Attributes | |
| int | DFI |
| int | lowpoint |
| gdtedge | parent |
Static Public Attributes | |
| static int | counter |
Definition at line 164 of file rm3_undi_graph.h.
| dfs_node_info::dfs_node_info | ( | ) |
Empty constructor. Creates a dfs_node_info object.
| dfs_node_info::~dfs_node_info | ( | ) |
Destructor.
int dfs_node_info::counter [static] |
Definition at line 166 of file rm3_undi_graph.h.
Depth First Index (DFI) of the node (the root node has index 0)
Definition at line 168 of file rm3_undi_graph.h.
DFI of the lowpoint node of this node
Definition at line 170 of file rm3_undi_graph.h.
Edge conneting this node to its parent node
Definition at line 172 of file rm3_undi_graph.h.
1.5.3