You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
2.5 KiB

  1. <html>
  2. <head><title>mtr package abstract</title></head>
  3. <body>
  4. <h1>mtr package abstract</h1>
  5. <h2>Multiway-branch tree manipulation</h2>
  6. <hr>
  7. <!-- Function Abstracts -->
  8. <dl>
  9. <dt> <a href="mtrExtDet.html#Mtr_AllocNode"><code>Mtr_AllocNode()</code></a>
  10. <dd> Allocates new tree node.
  11. <dt> <a href="mtrExtDet.html#Mtr_CopyTree"><code>Mtr_CopyTree()</code></a>
  12. <dd> Makes a copy of tree.
  13. <dt> <a href="mtrExtDet.html#Mtr_CreateFirstChild"><code>Mtr_CreateFirstChild()</code></a>
  14. <dd> Creates a new node and makes it the first child of parent.
  15. <dt> <a href="mtrExtDet.html#Mtr_CreateLastChild"><code>Mtr_CreateLastChild()</code></a>
  16. <dd> Creates a new node and makes it the last child of parent.
  17. <dt> <a href="mtrExtDet.html#Mtr_DeallocNode"><code>Mtr_DeallocNode()</code></a>
  18. <dd> Deallocates tree node.
  19. <dt> <a href="mtrExtDet.html#Mtr_DissolveGroup"><code>Mtr_DissolveGroup()</code></a>
  20. <dd> Merges the children of `group' with the children of its parent.
  21. <dt> <a href="mtrExtDet.html#Mtr_FindGroup"><code>Mtr_FindGroup()</code></a>
  22. <dd> Finds a group with size leaves starting at low, if it exists.
  23. <dt> <a href="mtrExtDet.html#Mtr_FreeTree"><code>Mtr_FreeTree()</code></a>
  24. <dd> Disposes of tree rooted at node.
  25. <dt> <a href="mtrExtDet.html#Mtr_InitGroupTree"><code>Mtr_InitGroupTree()</code></a>
  26. <dd> Allocate new tree.
  27. <dt> <a href="mtrExtDet.html#Mtr_InitTree"><code>Mtr_InitTree()</code></a>
  28. <dd> Initializes tree with one node.
  29. <dt> <a href="mtrExtDet.html#Mtr_MakeFirstChild"><code>Mtr_MakeFirstChild()</code></a>
  30. <dd> Makes child the first child of parent.
  31. <dt> <a href="mtrExtDet.html#Mtr_MakeGroup"><code>Mtr_MakeGroup()</code></a>
  32. <dd> Makes a new group with size leaves starting at low.
  33. <dt> <a href="mtrExtDet.html#Mtr_MakeLastChild"><code>Mtr_MakeLastChild()</code></a>
  34. <dd> Makes child the last child of parent.
  35. <dt> <a href="mtrExtDet.html#Mtr_MakeNextSibling"><code>Mtr_MakeNextSibling()</code></a>
  36. <dd> Makes second the next sibling of first.
  37. <dt> <a href="mtrExtDet.html#Mtr_PrintGroups"><code>Mtr_PrintGroups()</code></a>
  38. <dd> Prints the groups as a parenthesized list.
  39. <dt> <a href="mtrExtDet.html#Mtr_PrintTree"><code>Mtr_PrintTree()</code></a>
  40. <dd> Prints a tree, one node per line.
  41. <dt> <a href="mtrExtDet.html#Mtr_ReadGroups"><code>Mtr_ReadGroups()</code></a>
  42. <dd> Reads groups from a file and creates a group tree.
  43. <dt> <a href="mtrExtDet.html#Mtr_SwapGroups"><code>Mtr_SwapGroups()</code></a>
  44. <dd> Swaps two children of a tree node.
  45. </dl>
  46. <hr>
  47. Generated automatically by <code>extdoc</code> on 970123
  48. </body></html>