Empirical
|
#include "Systematics.h"
Go to the source code of this file.
Namespaces | |
emp | |
If we are in emscripten, make sure to include the header. | |
Functions | |
template<typename taxon_t > | |
int | emp::LineageLength (Ptr< taxon_t > taxon) |
template<typename taxon_t > | |
int | emp::CountMutSteps (Ptr< taxon_t > taxon, std::string type="substitution") |
template<typename taxon_t > | |
int | emp::CountMutSteps (Ptr< taxon_t > taxon, emp::vector< std::string > types) |
template<typename taxon_t > | |
int | emp::CountMuts (Ptr< taxon_t > taxon, std::string type="substitution") |
template<typename taxon_t > | |
int | emp::CountMuts (Ptr< taxon_t > taxon, emp::vector< std::string > types) |
template<typename taxon_t > | |
int | emp::CountDeleteriousSteps (Ptr< taxon_t > taxon) |
template<typename taxon_t > | |
int | emp::CountPhenotypeChanges (Ptr< taxon_t > taxon) |
template<typename taxon_t > | |
int | emp::CountUniquePhenotypes (Ptr< taxon_t > taxon) |