|
bpp-phyl
2.2.0
|
Partial implementation of the IDistanceMatrix interface. More...
#include <Bpp/Phyl/Io/IoDistanceMatrix.h>
Inheritance diagram for bpp::AbstractIDistanceMatrix:
Collaboration diagram for bpp::AbstractIDistanceMatrix:Public Member Functions | |
| AbstractIDistanceMatrix () | |
| virtual | ~AbstractIDistanceMatrix () |
| virtual DistanceMatrix * | read (const std::string &path) const throw (Exception) |
| Read a distance matrix from a file. More... | |
| virtual DistanceMatrix * | read (std::istream &in) const =0 throw (Exception) |
| Read a distance matrix from a stream. More... | |
| virtual const std::string | getDataType () const |
Partial implementation of the IDistanceMatrix interface.
Definition at line 131 of file IoDistanceMatrix.h.
|
inline |
Definition at line 135 of file IoDistanceMatrix.h.
|
inlinevirtual |
Definition at line 136 of file IoDistanceMatrix.h.
|
inlinevirtualinherited |
Definition at line 65 of file IoDistanceMatrix.h.
|
inlinevirtual | ||||||||||||||
Read a distance matrix from a file.
| path | The file path. |
| Exception | If an error occured. |
Implements bpp::IDistanceMatrix.
Reimplemented in bpp::PhylipDistanceMatrixFormat.
Definition at line 139 of file IoDistanceMatrix.h.
Referenced by bpp::PhylipDistanceMatrixFormat::read().
|
pure virtual | ||||||||||||||
Read a distance matrix from a stream.
| in | The input stream. |
| Exception | If an error occured. |
Implements bpp::IDistanceMatrix.
Implemented in bpp::PhylipDistanceMatrixFormat.