ARB
|
#include "CT_part.hxx"
Go to the source code of this file.
Classes | |
struct | NT_NODE |
struct | NSONS |
Functions | |
void | ntree_init (const PartitionSize *size) |
void | ntree_cleanup () |
int | ntree_count_sons (const NT_NODE *tree) |
void | insert_ntree (PART *&part) |
const NT_NODE * | ntree_get () |
void ntree_init | ( | const PartitionSize * | size | ) |
Definition at line 55 of file CT_ntree.cxx.
References arb_assert, PartitionSize::create_root(), and new_ntnode().
Referenced by ConsensusTree::get_consensus_tree().
void ntree_cleanup | ( | ) |
Definition at line 62 of file CT_ntree.cxx.
References del_tree(), and NULp.
Referenced by ConsensusTree::get_consensus_tree().
Definition at line 75 of file CT_ntree.cxx.
References node::next, and NT_NODE::son_list.
Referenced by ConsensusTree::get_consensus_tree().
void insert_ntree | ( | PART *& | part | ) |
Definition at line 201 of file CT_ntree.cxx.
References arb_assert, ASSERT_RESULT, PART::clone(), fputs(), PART::get_len(), ins_ntree(), PART::invert(), PART::is_valid(), NULp, PART::set_len(), and NT_NODE::son_list.
Referenced by ConsensusTree::get_consensus_tree().
const NT_NODE* ntree_get | ( | ) |
Definition at line 19 of file CT_ntree.cxx.
References ntree.
Referenced by ConsensusTree::get_consensus_tree().