General interface for distance-based phylogenetic reconstruction methods.
More...
#include <Bpp/Phyl/Distance/DistanceMethod.h>
General interface for distance-based phylogenetic reconstruction methods.
Definition at line 61 of file DistanceMethod.h.
◆ DistanceMethod()
| bpp::DistanceMethod::DistanceMethod |
( |
| ) |
|
|
inline |
◆ ~DistanceMethod()
| virtual bpp::DistanceMethod::~DistanceMethod |
( |
| ) |
|
|
inlinevirtual |
◆ computeTree()
| virtual void bpp::DistanceMethod::computeTree |
( |
| ) |
|
|
pure virtual |
◆ getName()
| virtual std::string bpp::DistanceMethod::getName |
( |
| ) |
const |
|
pure virtual |
◆ getTree()
| virtual Tree* bpp::DistanceMethod::getTree |
( |
| ) |
const |
|
pure virtual |
◆ isVerbose()
| virtual bool bpp::DistanceMethod::isVerbose |
( |
| ) |
const |
|
pure virtual |
◆ setDistanceMatrix()
| virtual void bpp::DistanceMethod::setDistanceMatrix |
( |
const DistanceMatrix & |
matrix | ) |
|
| throw | ( | Exception |
| ) | | |
|
pure virtual |
◆ setVerbose()
| virtual void bpp::DistanceMethod::setVerbose |
( |
bool |
yn | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: