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

Computes the number of columns in a maf block. More...

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

+ Inheritance diagram for bpp::BlockLengthMafStatistics:
+ Collaboration diagram for bpp::BlockLengthMafStatistics:

Public Member Functions

 BlockLengthMafStatistics ()
 
 ~BlockLengthMafStatistics ()
 
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

Computes the number of columns in a maf block.

Definition at line 306 of file MafStatistics.h.

Constructor & Destructor Documentation

◆ BlockLengthMafStatistics()

bpp::BlockLengthMafStatistics::BlockLengthMafStatistics ( )
inline

Definition at line 310 of file MafStatistics.h.

◆ ~BlockLengthMafStatistics()

bpp::BlockLengthMafStatistics::~BlockLengthMafStatistics ( )
inline

Definition at line 311 of file MafStatistics.h.

Member Function Documentation

◆ compute()

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

◆ getFullName()

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

Implements bpp::MafStatistics.

Definition at line 315 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::BlockLengthMafStatistics::getShortName ( ) const
inlinevirtual

Implements bpp::MafStatistics.

Definition at line 314 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: