bpp-seq-omics  2.4.1
bpp::AbstractMafStatistics Class Referenceabstract

Partial implementation of MafStatistics, for convenience. More...

#include <Bpp/Seq/Io/Maf/MafStatistics.h>

+ Inheritance diagram for bpp::AbstractMafStatistics:
+ Collaboration diagram for bpp::AbstractMafStatistics:

Public Member Functions

 AbstractMafStatistics ()
 
virtual ~AbstractMafStatistics ()
 
const MafStatisticsResultgetResult () const
 
virtual std::string getShortName () const =0
 
virtual std::string getFullName () const =0
 
virtual void compute (const MafBlock &block)=0
 
virtual std::vector< std::string > getSupportedTags () const =0
 

Protected Attributes

MafStatisticsResult result_
 

Detailed Description

Partial implementation of MafStatistics, for convenience.

Definition at line 230 of file MafStatistics.h.

Constructor & Destructor Documentation

◆ AbstractMafStatistics()

bpp::AbstractMafStatistics::AbstractMafStatistics ( )
inline

Definition at line 237 of file MafStatistics.h.

◆ ~AbstractMafStatistics()

virtual bpp::AbstractMafStatistics::~AbstractMafStatistics ( )
inlinevirtual

Definition at line 238 of file MafStatistics.h.

Member Function Documentation

◆ compute()

◆ getFullName()

◆ getResult()

const MafStatisticsResult& bpp::AbstractMafStatistics::getResult ( ) const
inlinevirtual

Implements bpp::MafStatistics.

Definition at line 241 of file MafStatistics.h.

References result_.

◆ getShortName()

◆ getSupportedTags()

virtual std::vector<std::string> bpp::MafStatistics::getSupportedTags ( ) const
pure virtualinherited

Member Data Documentation

◆ result_


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