In file tree.C:

void treeClass::removeTree

(int* numTrees,
  treeClass* replacementTree,
  treeClass** globalFirstTree,
  treeClass** globalLastTree,
  Protein** allNodes,
  const int numNodes)

moves the nodes in the (this) connected component to replacementTree connected component.

Documentation

moves the nodes in the (this) connected component to replacementTree connected component. updates properly globalFirstTree, globalLastTree, and replacementTree.

replacementTree can be NULL, in which case the nodes myTree pointer is set to NULL, and the other parameters are also taken ca

Alphabetic index



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