bpp-phyl3  3.0.0
bpp::TreeLikelihoodInterface::ConstBranchModelIterator Class Referenceabstract

Iterates through all models used for all sites on a given branch. More...

#include <Bpp/Phyl/Legacy/Likelihood/TreeLikelihood.h>

+ Inheritance diagram for bpp::TreeLikelihoodInterface::ConstBranchModelIterator:

Public Member Functions

virtual ~ConstBranchModelIterator ()
 
virtual ConstBranchModelDescriptionnext ()=0
 
virtual bool hasNext () const =0
 

Detailed Description

Iterates through all models used for all sites on a given branch.

Definition at line 93 of file TreeLikelihood.h.

Constructor & Destructor Documentation

◆ ~ConstBranchModelIterator()

virtual bpp::TreeLikelihoodInterface::ConstBranchModelIterator::~ConstBranchModelIterator ( )
inlinevirtual

Definition at line 96 of file TreeLikelihood.h.

Member Function Documentation

◆ hasNext()

virtual bool bpp::TreeLikelihoodInterface::ConstBranchModelIterator::hasNext ( ) const
pure virtual

◆ next()

virtual ConstBranchModelDescription* bpp::TreeLikelihoodInterface::ConstBranchModelIterator::next ( )
pure virtual

The documentation for this class was generated from the following file: