|
bpp-phyl
2.2.0
|
Likelihood data structure for a leaf. More...
#include <Bpp/Phyl/Likelihood/DRASDRTreeLikelihoodData.h>
Inheritance diagram for bpp::DRASDRTreeLikelihoodLeafData:
Collaboration diagram for bpp::DRASDRTreeLikelihoodLeafData:Public Member Functions | |
| DRASDRTreeLikelihoodLeafData () | |
| DRASDRTreeLikelihoodLeafData (const DRASDRTreeLikelihoodLeafData &data) | |
| DRASDRTreeLikelihoodLeafData & | operator= (const DRASDRTreeLikelihoodLeafData &data) |
| DRASDRTreeLikelihoodLeafData * | clone () const |
| const Node * | getNode () const |
| Get the node associated to this data structure. More... | |
| void | setNode (const Node *node) |
| Set the node associated to this data. More... | |
| VVdouble & | getLikelihoodArray () |
Private Attributes | |
| VVdouble | leafLikelihood_ |
| const Node * | leaf_ |
Likelihood data structure for a leaf.
This class is for use with the DRASDRTreeLikelihoodData class.
Store the likelihoods arrays associated to a leaf.
Definition at line 67 of file DRASDRTreeLikelihoodData.h.
|
inline |
Definition at line 75 of file DRASDRTreeLikelihoodData.h.
Referenced by clone().
|
inline |
Definition at line 77 of file DRASDRTreeLikelihoodData.h.
|
inlinevirtual |
Implements bpp::TreeLikelihoodNodeData.
Definition at line 92 of file DRASDRTreeLikelihoodData.h.
References DRASDRTreeLikelihoodLeafData().
|
inline |
Definition at line 101 of file DRASDRTreeLikelihoodData.h.
References leafLikelihood_.
Referenced by bpp::DRASDRTreeLikelihoodData::initLikelihoods().
|
inlinevirtual |
Get the node associated to this data structure.
Implements bpp::TreeLikelihoodNodeData.
Definition at line 98 of file DRASDRTreeLikelihoodData.h.
References leaf_.
|
inline |
Definition at line 80 of file DRASDRTreeLikelihoodData.h.
References leaf_, and leafLikelihood_.
|
inlinevirtual |
Set the node associated to this data.
A pointer toward this node will be created and associated to this data.
| node | The node to be associated to this data. |
Implements bpp::TreeLikelihoodNodeData.
Definition at line 99 of file DRASDRTreeLikelihoodData.h.
References leaf_.
Referenced by bpp::DRASDRTreeLikelihoodData::initLikelihoods(), and bpp::DRASDRTreeLikelihoodData::reInit().
|
private |
Definition at line 72 of file DRASDRTreeLikelihoodData.h.
Referenced by getNode(), operator=(), and setNode().
|
mutableprivate |
Definition at line 71 of file DRASDRTreeLikelihoodData.h.
Referenced by getLikelihoodArray(), and operator=().