SuperNode Struct Reference

#include <tree.h>

List of all members.

Public Attributes

int taxa
 is 0 if there is no taxa: only occurs when it is an internal node
SuperNodeleft
 would be NULL if is a leaf node
SuperNoderight
 would be NULL if is a leaf node
SuperNodeparent
 is never NULL... except when it is the root
bool internal
 indicates whether or not is an internal node
nid id
 identification of the node


Detailed Description

SuperNode is the data structure primarily used for the super tree construction step
Parameters:
taxa holds taxa. is 0 when node is internal
*left pointer to the left child
*right pointer to the right child
*parent pointer to the parent
internal indicates whether or not is internal node
id identification of the node (-1 when it is not the root node)


The documentation for this struct was generated from the following file:
Generated on Wed Jul 26 22:18:15 2006 for RaqApproach by  doxygen 1.4.7