In file tree.C:

void findNeighborsAndTransitionProbabilities

(vector<int> &neighborIndices,
  vector<float> &tranProbs,
  int startNode,
  Protein** allNodes)

finds and returns both node indices that the input node is connected to, as well as the edge weights

Documentation

finds and returns both node indices that the input node is connected to, as well as the edge weights

Alphabetic index



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