In file ioRoutines.C:

void readOneLineOfPCNNFile

(vector<int> & neighbors,
  FILE* fin, int numNodes,
  int currentNodeIndex, int numLinks)

assumes that fin points to a new line of fin, with numLinks numbers (in 1-based) corresponding to the nearest neighbors of currentNodeIndex.

Documentation

assumes that fin points to a new line of fin, with numLinks numbers (in 1-based) corresponding to the nearest neighbors of currentNodeIndex.

currentNodeIndex is 0-based.

Alphabetic index



This page was generated with the help of DOC++.