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

#include <graph.h>

Public Attributes

int prev
 Next node in node list. More...
 
int next
 Previous node in node list. More...
 
int firstOut
 First out-arc of this node. More...
 

Member Data Documentation

◆ firstOut

int CMR_GRAPH_NODE_DATA::firstOut

First out-arc of this node.

◆ next

int CMR_GRAPH_NODE_DATA::next

Previous node in node list.

◆ prev

int CMR_GRAPH_NODE_DATA::prev

Next node in node list.


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