bpp-phyl  2.2.0
bpp::IOPhymlPairedSiteLikelihoods Class Reference

This class provides input for the Phyml paired-site likelihoods format. More...

#include <Bpp/Phyl/Io/IoPairedSiteLikelihoods.h>

+ Inheritance diagram for bpp::IOPhymlPairedSiteLikelihoods:
+ Collaboration diagram for bpp::IOPhymlPairedSiteLikelihoods:

Static Public Member Functions

static std::vector< double > read (std::istream &is) throw (Exception)
 Read paired-site likelihoods from a Phyml-formatted stream. More...
 
static std::vector< double > read (const std::string &path) throw (Exception)
 Read Phyml paired-site likelihoods from a Phyml-formatted file. More...
 

Detailed Description

This class provides input for the Phyml paired-site likelihoods format.

Author
Nicolas Rochette

Definition at line 110 of file IoPairedSiteLikelihoods.h.

Member Function Documentation

◆ read() [1/2]

vector< double > IOPhymlPairedSiteLikelihoods::read ( std::istream &  is)
throw (Exception
)
static

Read paired-site likelihoods from a Phyml-formatted stream.

Exceptions
ExceptionIf the format is not recognized.

Definition at line 230 of file IoPairedSiteLikelihoods.cpp.

◆ read() [2/2]

vector< double > IOPhymlPairedSiteLikelihoods::read ( const std::string &  path)
throw (Exception
)
static

Read Phyml paired-site likelihoods from a Phyml-formatted file.

Exceptions
ExceptionIf the format is not recognized.

Definition at line 270 of file IoPairedSiteLikelihoods.cpp.


The documentation for this class was generated from the following files: