Example #1
0
 /// <summary>
 /// Returns a new global node index.
 /// Warning: This method should not be called directly. It is used by the GraphNode constructor.
 /// </summary>
 internal int GetNewNodeIndex()
 {
     return(pathProcessor.GetNewNodeIndex());
 }