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
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							72 lines
						
					
					
						
							2.5 KiB
						
					
					
				| <html> | |
| <head><title>mtr package abstract (Internal)</title></head> | |
| <body> | |
| 
 | |
| <h1>mtr package abstract (Internal)</h1> | |
| <h2>Internal data structures of the mtr package</h2> | |
| <hr> | |
| 
 | |
| <!-- Function Abstracts --> | |
| 
 | |
| <dl> | |
| <dt> <a href="mtrAllDet.html#Mtr_AllocNode"><code>Mtr_AllocNode()</code></a> | |
| <dd> Allocates new tree node. | |
| 
 | |
| <dt> <a href="mtrAllDet.html#Mtr_CopyTree"><code>Mtr_CopyTree()</code></a> | |
| <dd> Makes a copy of tree. | |
| 
 | |
| <dt> <a href="mtrAllDet.html#Mtr_CreateFirstChild"><code>Mtr_CreateFirstChild()</code></a> | |
| <dd> Creates a new node and makes it the first child of parent. | |
| 
 | |
| <dt> <a href="mtrAllDet.html#Mtr_CreateLastChild"><code>Mtr_CreateLastChild()</code></a> | |
| <dd> Creates a new node and makes it the last child of parent. | |
| 
 | |
| <dt> <a href="mtrAllDet.html#Mtr_DeallocNode"><code>Mtr_DeallocNode()</code></a> | |
| <dd> Deallocates tree node. | |
| 
 | |
| <dt> <a href="mtrAllDet.html#Mtr_DissolveGroup"><code>Mtr_DissolveGroup()</code></a> | |
| <dd> Merges the children of `group' with the children of its parent. | |
| 
 | |
| <dt> <a href="mtrAllDet.html#Mtr_FindGroup"><code>Mtr_FindGroup()</code></a> | |
| <dd> Finds a group with size leaves starting at low, if it exists. | |
| 
 | |
| <dt> <a href="mtrAllDet.html#Mtr_FreeTree"><code>Mtr_FreeTree()</code></a> | |
| <dd> Disposes of tree rooted at node. | |
| 
 | |
| <dt> <a href="mtrAllDet.html#Mtr_InitGroupTree"><code>Mtr_InitGroupTree()</code></a> | |
| <dd> Allocate new tree. | |
| 
 | |
| <dt> <a href="mtrAllDet.html#Mtr_InitTree"><code>Mtr_InitTree()</code></a> | |
| <dd> Initializes tree with one node. | |
| 
 | |
| <dt> <a href="mtrAllDet.html#Mtr_MakeFirstChild"><code>Mtr_MakeFirstChild()</code></a> | |
| <dd> Makes child the first child of parent. | |
| 
 | |
| <dt> <a href="mtrAllDet.html#Mtr_MakeGroup"><code>Mtr_MakeGroup()</code></a> | |
| <dd> Makes a new group with size leaves starting at low. | |
| 
 | |
| <dt> <a href="mtrAllDet.html#Mtr_MakeLastChild"><code>Mtr_MakeLastChild()</code></a> | |
| <dd> Makes child the last child of parent. | |
| 
 | |
| <dt> <a href="mtrAllDet.html#Mtr_MakeNextSibling"><code>Mtr_MakeNextSibling()</code></a> | |
| <dd> Makes second the next sibling of first. | |
| 
 | |
| <dt> <a href="mtrAllDet.html#Mtr_PrintGroups"><code>Mtr_PrintGroups()</code></a> | |
| <dd> Prints the groups as a parenthesized list. | |
| 
 | |
| <dt> <a href="mtrAllDet.html#Mtr_PrintTree"><code>Mtr_PrintTree()</code></a> | |
| <dd> Prints a tree, one node per line. | |
| 
 | |
| <dt> <a href="mtrAllDet.html#Mtr_ReadGroups"><code>Mtr_ReadGroups()</code></a> | |
| <dd> Reads groups from a file and creates a group tree. | |
| 
 | |
| <dt> <a href="mtrAllDet.html#Mtr_SwapGroups"><code>Mtr_SwapGroups()</code></a> | |
| <dd> Swaps two children of a tree node. | |
| 
 | |
| </dl> | |
| 
 | |
| <hr> | |
| 
 | |
| Generated automatically by <code>extdoc</code> on 970123 | |
| 
 | |
| </body></html>
 |