bpp-phyl3
3.0.0
|
#include <Bpp/Phyl/Legacy/Likelihood/AbstractTreeLikelihood.h>
Public Member Functions | |
ConstNoPartitionBranchModelIterator (std::shared_ptr< const TransitionModelInterface > model, size_t nbSites) | |
ConstNoPartitionBranchModelDescription * | next () |
bool | hasNext () const |
Private Attributes | |
ConstNoPartitionBranchModelDescription | branchModelDescription_ |
size_t | index_ |
Definition at line 142 of file AbstractTreeLikelihood.h.
|
inline |
Definition at line 150 of file AbstractTreeLikelihood.h.
|
inlinevirtual |
Implements bpp::TreeLikelihoodInterface::ConstBranchModelIterator.
Definition at line 162 of file AbstractTreeLikelihood.h.
References index_.
Referenced by next().
|
inlinevirtual |
Implements bpp::TreeLikelihoodInterface::ConstBranchModelIterator.
Definition at line 154 of file AbstractTreeLikelihood.h.
References branchModelDescription_, hasNext(), and index_.
|
private |
Definition at line 146 of file AbstractTreeLikelihood.h.
Referenced by next().
|
private |
Definition at line 147 of file AbstractTreeLikelihood.h.