#include <genesis/tree/bipartition/bipartition.hpp>
Definition at line 47 of file bipartition.hpp.
Public Member Functions | |
Bipartition ()=default | |
Bipartition (Bipartition &&)=default | |
Bipartition (Bipartition const &)=default | |
Bipartition (TreeLink const &link, utils::Bitvector const &leaf_nodes) | |
~Bipartition ()=default | |
utils::Bitvector & | bitvector () |
bool | empty () const |
void | invert () |
utils::Bitvector const & | leaf_nodes () const |
TreeLink const & | link () const |
Bipartition & | operator= (Bipartition &&)=default |
Bipartition & | operator= (Bipartition const &)=default |
Subtree | subtree () const |
Protected Attributes | |
utils::Bitvector | leaf_nodes_ |
TreeLink const * | link_ = nullptr |
|
default |
|
inline |
Definition at line 57 of file bipartition.hpp.
|
default |
|
default |
|
default |
|
inline |
Definition at line 87 of file bipartition.hpp.
|
inline |
Definition at line 103 of file bipartition.hpp.
|
inline |
Definition at line 97 of file bipartition.hpp.
|
inline |
Definition at line 92 of file bipartition.hpp.
|
inline |
Definition at line 82 of file bipartition.hpp.
|
default |
|
default |
|
inline |
Definition at line 74 of file bipartition.hpp.
|
protected |
Definition at line 115 of file bipartition.hpp.
|
protected |
Definition at line 114 of file bipartition.hpp.