|
bpp-phyl
2.2.0
|
TreeParsimonyScore node data structure. More...
#include <Bpp/Phyl/Parsimony/TreeParsimonyData.h>
Inheritance diagram for bpp::TreeParsimonyNodeData:
Collaboration diagram for bpp::TreeParsimonyNodeData:Public Member Functions | |
| TreeParsimonyNodeData () | |
| virtual | ~TreeParsimonyNodeData () |
| TreeParsimonyNodeData * | 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 58 of file TreeParsimonyData.h.
|
inline |
Definition at line 62 of file TreeParsimonyData.h.
|
inlinevirtual |
Definition at line 63 of file TreeParsimonyData.h.
|
pure virtual |
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.