|
bpp-phyl3 3.0.0
|
#include <Bpp/Phyl/Io/IoTree.h>
Collaboration diagram for bpp::IOTree::Element:Public Member Functions | |
| Element () | |
Public Attributes | |
| std::string | content |
| std::string | length |
| std::string | annotation |
| bool | isLeaf |
| std::string bpp::IOTree::Element::annotation |
Definition at line 36 of file IoTree.h.
Referenced by bpp::Newick::getElement(), bpp::Nhx::getElement(), bpp::Nhx::parenthesisToNode(), and bpp::Newick::parenthesisToNode().
| std::string bpp::IOTree::Element::content |
Definition at line 34 of file IoTree.h.
Referenced by bpp::Newick::getElement(), bpp::Nhx::getElement(), bpp::Nhx::parenthesisToNode(), and bpp::Newick::parenthesisToNode().
| bool bpp::IOTree::Element::isLeaf |
Definition at line 37 of file IoTree.h.
Referenced by bpp::Newick::getElement(), bpp::Nhx::getElement(), bpp::Nhx::parenthesisToNode(), and bpp::Newick::parenthesisToNode().
| std::string bpp::IOTree::Element::length |
Definition at line 35 of file IoTree.h.
Referenced by bpp::Newick::getElement(), bpp::Nhx::getElement(), bpp::Nhx::parenthesisToNode(), and bpp::Newick::parenthesisToNode().