General interface for distance matrix readers.
More...
#include <Bpp/Seq/Io/IoDistanceMatrix.h>
General interface for distance matrix readers.
Definition at line 34 of file IoDistanceMatrix.h.
◆ IDistanceMatrix()
bpp::IDistanceMatrix::IDistanceMatrix |
( |
| ) |
|
|
inline |
◆ ~IDistanceMatrix()
virtual bpp::IDistanceMatrix::~IDistanceMatrix |
( |
| ) |
|
|
inlinevirtual |
◆ getDataType()
virtual const std::string bpp::IODistanceMatrix::getDataType |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ readDistanceMatrix() [1/2]
virtual std::unique_ptr<DistanceMatrix> bpp::IDistanceMatrix::readDistanceMatrix |
( |
const std::string & |
path | ) |
const |
|
pure virtual |
◆ readDistanceMatrix() [2/2]
virtual std::unique_ptr<DistanceMatrix> bpp::IDistanceMatrix::readDistanceMatrix |
( |
std::istream & |
in | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: