Home
last modified time | relevance | path

Searched refs:btypeBase (Results 1 – 4 of 4) sorted by relevance

/dports/biology/lamarc/lamarc-2.1.8/src/tree/
H A Dbranch.h72 enum branch_type {btypeBase, btypeTip, btypeCoal, btypeMig, btypeDivMig, btypeDisease, btypeRec, bt… enumerator
281 virtual branch_type Event() const { return btypeBase; }; in Event()
H A Dtimelist.cpp779 if (pBranch->Event() == btypeBase) return; // The base terminates recursion. in SetUpdateDLs()
974 case btypeBase: in PrintTreeList()
1541 case btypeBase: in IsValidTimeList()
H A Dbranch.cpp58 case btypeBase: return "Base"; in ToString()
450 if (pParent->Event() == btypeBase) return Branch::NONBRANCH; in GetValidParent()
H A Dtree.cpp1252 case btypeBase: in GroomForGrowth()