bpp-phyl3
3.0.0
|
Trivial site partition: all sites belong to the same, unique partition. More...
#include <Bpp/Phyl/Likelihood/SitePartition.h>
Public Member Functions | |
TrivialSitePartition (size_t nbDistinctSites) | |
TrivialSitePartition * | clone () const |
size_t | getNumberOfPartitions () const |
size_t | getNumberOfPatternsForPartition (size_t partitionIndex) const |
Private Attributes | |
size_t | nbDistinctSites_ |
Trivial site partition: all sites belong to the same, unique partition.
Definition at line 34 of file SitePartition.h.
|
inline |
Definition at line 41 of file SitePartition.h.
Referenced by clone().
|
inlinevirtual |
Implements bpp::SitePartition.
Definition at line 43 of file SitePartition.h.
References TrivialSitePartition().
|
inlinevirtual |
Implements bpp::SitePartition.
Definition at line 46 of file SitePartition.h.
|
inlinevirtual |
Implements bpp::SitePartition.
Definition at line 47 of file SitePartition.h.
References nbDistinctSites_.
|
private |
Definition at line 38 of file SitePartition.h.
Referenced by getNumberOfPatternsForPartition().