bpp-phyl3
3.0.0
|
#include <Bpp/Phyl/Io/IoDAG.h>
Public Member Functions | |
Element () | |
Public Attributes | |
std::string | content |
std::string | length |
std::string | annotation |
bool | isLeaf |
std::string bpp::IODAG::Element::annotation |
Definition at line 33 of file IoDAG.h.
Referenced by bpp::ExtendedNewick::parenthesisToNode().
std::string bpp::IODAG::Element::content |
Definition at line 31 of file IoDAG.h.
Referenced by bpp::ExtendedNewick::parenthesisToNode().
bool bpp::IODAG::Element::isLeaf |
Definition at line 34 of file IoDAG.h.
Referenced by bpp::ExtendedNewick::parenthesisToNode().
std::string bpp::IODAG::Element::length |
Definition at line 32 of file IoDAG.h.
Referenced by bpp::ExtendedNewick::parenthesisToNode().