CAFE
Computational Analysis of gene Family Evolution
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tagTreeNode Struct Reference

#include <tree.h>

Data Fields

pTreeNode parent
 
pVector children
 
int reg
 
int id
 

Detailed Description

Simple structure representing a generic node in a generic tree. Has an ID and pointers to parent and children. Implementers of tree_func_node_new are expected to return a value that can be cast to this structure.

Field Documentation

pVector tagTreeNode::children
int tagTreeNode::id
pTreeNode tagTreeNode::parent
int tagTreeNode::reg

The documentation for this struct was generated from the following file: