bpp-phyl3
3.0.0
|
#include <Bpp/Phyl/Tree/PhyloNode.h>
Public Member Functions | |
NodeEvent (NodeType type) | |
NodeEvent * | clone () const |
bool | isSpeciation () const |
bool | isMixture () const |
std::string | toString () const |
Static Public Attributes | |
static const NodeEvent | speciationEvent |
static const NodeEvent | mixtureEvent |
Private Types | |
enum class | NodeType { Speciation = 0 , Mixture = 1 } |
Private Attributes | |
NodeType | nodeType_ |
Definition at line 23 of file PhyloNode.h.
|
strongprivate |
Enumerator | |
---|---|
Speciation | |
Mixture |
Definition at line 25 of file PhyloNode.h.
|
inline |
|
inlinevirtual |
|
inline |
Definition at line 42 of file PhyloNode.h.
|
inline |
Definition at line 41 of file PhyloNode.h.
References nodeType_, and Speciation.
Referenced by toString().
|
inline |
Definition at line 48 of file PhyloNode.h.
References isSpeciation().
|
static |
Definition at line 46 of file PhyloNode.h.
Referenced by bpp::ProcessComputationTree::buildFollowingScenario_().
|
private |
Definition at line 31 of file PhyloNode.h.
Referenced by isMixture(), isSpeciation(), and NodeEvent().
|
static |
Definition at line 45 of file PhyloNode.h.
Referenced by bpp::ProcessComputationTree::buildFollowingPath_(), bpp::ProcessComputationTree::buildFollowingScenario_(), and bpp::ProcessComputationTree::ProcessComputationTree().