CMR  1.3.0
Public Attributes | List of all members
CMR_GRAPH_ARC_DATA Struct Reference

#include <graph.h>

Public Attributes

int target
 Target node of this arc. More...
 
int prev
 Next arc in out-arc list of source node. More...
 
int next
 Previous arc in out-arc list of source node. More...
 

Member Data Documentation

◆ next

int CMR_GRAPH_ARC_DATA::next

Previous arc in out-arc list of source node.

◆ prev

int CMR_GRAPH_ARC_DATA::prev

Next arc in out-arc list of source node.

◆ target

int CMR_GRAPH_ARC_DATA::target

Target node of this arc.


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