#include <vector>#include <string>#include <iostream>#include <sstream>#include <stack>Include dependency graph for PhyloTree.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | std |
Classes | |
| class | PhyloTree |
| class | TreeNode |
Typedefs | |
| typedef size_t | node_id_t |
Functions | |
| template<class TreeType> void | getDescendants (TreeType &alignment_tree, node_id_t node, std::vector< node_id_t > &descendants) |
| determine which nodes are descendants of a given node | |
| template<class TreeType> void | getLeaves (TreeType &tree, node_id_t node, std::vector< node_id_t > &leaves) |
| determine which nodes are leaf nodes below a given node | |
|
|
||||||||||||||||||||
|
determine which nodes are descendants of a given node
Definition at line 331 of file PhyloTree.h. References node_id_t. Referenced by mems::ProgressiveAligner::alignProfileToProfile(). |
|
||||||||||||||||||||
|
determine which nodes are leaf nodes below a given node
Definition at line 353 of file PhyloTree.h. References node_id_t. |
1.3.6