General interface for distance matrix readers.  
 More...
#include <Bpp/Phyl/Io/IoFrequenciesSet.h>
General interface for distance matrix readers. 
Definition at line 75 of file IoFrequenciesSet.h.
 
◆ IFrequenciesSet()
  
  
      
        
          | bpp::IFrequenciesSet::IFrequenciesSet  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ~IFrequenciesSet()
  
  
      
        
          | virtual bpp::IFrequenciesSet::~IFrequenciesSet  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ getDataType()
  
  
      
        
          | virtual const std::string bpp::IoFrequenciesSet::getDataType  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlinevirtualinherited   | 
  
 
 
◆ getUnparsedArguments()
  
  
      
        
          | virtual const std::map<std::string, std::string>& bpp::IFrequenciesSet::getUnparsedArguments  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
- Returns
 - The arguments and their unparsed values from the last call of the read function, if there are any. 
 
Implemented in bpp::BppOFrequenciesSetFormat.
 
 
◆ read()
  
  
      
        
          | virtual FrequenciesSet* bpp::IFrequenciesSet::read  | 
          ( | 
          const Alphabet *  | 
          alphabet,  | 
         
        
           | 
           | 
          const std::string &  | 
          freqDescription,  | 
         
        
           | 
           | 
          const SiteContainer *  | 
          data,  | 
         
        
           | 
           | 
          bool  | 
          parseArguments  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
Read a frequencies set from a string. 
- Parameters
 - 
  
    | alphabet | The alpabet to use in the model.  | 
    | freqDescription | A string describing the frequencies set.  | 
    | data | A SiteContainer with the data to use to initialize fequency parameters. Can be set to 0.  | 
    | parseArguments | Attempt to parse function arguments. If not, only store them and use default values instead.  | 
  
   
- Returns
 - A new FrequenciesSet object according to options specified. 
 
- Exceptions
 - 
  
    | Exception | if an error occured.  | 
  
   
Implemented in bpp::BppOFrequenciesSetFormat.
 
 
The documentation for this class was generated from the following file: