bpp-phyl3
3.0.0
|
TreeParsimonyScore node data structure. More...
#include <Bpp/Phyl/Parsimony/TreeParsimonyData.h>
Public Member Functions | |
TreeParsimonyNodeDataInterface () | |
virtual | ~TreeParsimonyNodeDataInterface () |
TreeParsimonyNodeDataInterface * | clone () const =0 |
virtual const Node * | getNode () const =0 |
Get the node associated to this data structure. More... | |
virtual void | setNode (const Node *node)=0 |
Set the node associated to this data. More... | |
TreeParsimonyScore node data structure.
Stores inner computation for a given node.
Definition at line 22 of file TreeParsimonyData.h.
|
inline |
Definition at line 26 of file TreeParsimonyData.h.
|
inlinevirtual |
Definition at line 27 of file TreeParsimonyData.h.
|
pure virtual |
Implements bpp::Clonable.
Implemented in bpp::DRTreeParsimonyLeafData, and bpp::DRTreeParsimonyNodeData.
|
pure virtual |
Get the node associated to this data structure.
Implemented in bpp::DRTreeParsimonyLeafData, and bpp::DRTreeParsimonyNodeData.
|
pure virtual |
Set the node associated to this data.
node | A pointer toward the node to be associated to this data. |
Implemented in bpp::DRTreeParsimonyLeafData, and bpp::DRTreeParsimonyNodeData.