bpp-seq-omics  2.4.1
bpp::AlignmentScoreMafStatistics Class Reference

Retrieves the alignment score of a maf block. More...

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

+ Inheritance diagram for bpp::AlignmentScoreMafStatistics:
+ Collaboration diagram for bpp::AlignmentScoreMafStatistics:

Public Member Functions

 AlignmentScoreMafStatistics ()
 
 ~AlignmentScoreMafStatistics ()
 
std::string getShortName () const
 
std::string getFullName () const
 
void compute (const MafBlock &block)
 
const SimpleMafStatisticsResultgetResult () const
 
std::vector< std::string > getSupportedTags () const
 

Protected Attributes

SimpleMafStatisticsResult result_
 

Detailed Description

Retrieves the alignment score of a maf block.

Definition at line 355 of file MafStatistics.h.

Constructor & Destructor Documentation

◆ AlignmentScoreMafStatistics()

bpp::AlignmentScoreMafStatistics::AlignmentScoreMafStatistics ( )
inline

Definition at line 359 of file MafStatistics.h.

◆ ~AlignmentScoreMafStatistics()

bpp::AlignmentScoreMafStatistics::~AlignmentScoreMafStatistics ( )
inline

Definition at line 360 of file MafStatistics.h.

Member Function Documentation

◆ compute()

void bpp::AlignmentScoreMafStatistics::compute ( const MafBlock block)
inlinevirtual

◆ getFullName()

std::string bpp::AlignmentScoreMafStatistics::getFullName ( ) const
inlinevirtual

Implements bpp::MafStatistics.

Definition at line 364 of file MafStatistics.h.

◆ getResult()

const SimpleMafStatisticsResult& bpp::AbstractMafStatisticsSimple::getResult ( ) const
inlinevirtualinherited

Implements bpp::MafStatistics.

Definition at line 258 of file MafStatistics.h.

References bpp::AbstractMafStatisticsSimple::result_.

◆ getShortName()

std::string bpp::AlignmentScoreMafStatistics::getShortName ( ) const
inlinevirtual

Implements bpp::MafStatistics.

Definition at line 363 of file MafStatistics.h.

◆ getSupportedTags()

std::vector<std::string> bpp::AbstractMafStatisticsSimple::getSupportedTags ( ) const
inlinevirtualinherited
Returns
A vector with all available tags.

Implements bpp::MafStatistics.

Definition at line 259 of file MafStatistics.h.

References bpp::MafStatisticsResult::getAvailableTags(), and bpp::AbstractMafStatisticsSimple::result_.

Member Data Documentation

◆ result_


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