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

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

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

+ Inheritance diagram for bpp::BlockSizeMafStatistics:
+ Collaboration diagram for bpp::BlockSizeMafStatistics:

Public Member Functions

 BlockSizeMafStatistics ()
 
 ~BlockSizeMafStatistics ()
 
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 sequences in a maf block.

Definition at line 288 of file MafStatistics.h.

Constructor & Destructor Documentation

◆ BlockSizeMafStatistics()

bpp::BlockSizeMafStatistics::BlockSizeMafStatistics ( )
inline

Definition at line 292 of file MafStatistics.h.

◆ ~BlockSizeMafStatistics()

bpp::BlockSizeMafStatistics::~BlockSizeMafStatistics ( )
inline

Definition at line 293 of file MafStatistics.h.

Member Function Documentation

◆ compute()

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

◆ getFullName()

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

Implements bpp::MafStatistics.

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

Implements bpp::MafStatistics.

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