|
bpp-seq-omics
2.2.0
|
Partial implementation of MafStatistics, for convenience. More...
#include <Bpp/Seq/Io/Maf/MafStatistics.h>
Inheritance diagram for bpp::AbstractMafStatisticsSimple:
Collaboration diagram for bpp::AbstractMafStatisticsSimple:Public Member Functions | |
| AbstractMafStatisticsSimple (const std::string &name) | |
| virtual | ~AbstractMafStatisticsSimple () |
| const SimpleMafStatisticsResult & | getResult () const |
| std::vector< std::string > | getSupportedTags () const |
| virtual std::string | getShortName () const =0 |
| virtual std::string | getFullName () const =0 |
| virtual void | compute (const MafBlock &block)=0 |
Protected Attributes | |
| SimpleMafStatisticsResult | result_ |
Partial implementation of MafStatistics, for convenience.
Definition at line 245 of file MafStatistics.h.
|
inline |
Definition at line 252 of file MafStatistics.h.
|
inlinevirtual |
Definition at line 253 of file MafStatistics.h.
|
pure virtualinherited |
Implemented in bpp::SequenceDiversityMafStatistics, bpp::PolymorphismMafStatistics, bpp::SiteMafStatistics, bpp::FourSpeciesPatternCountsMafStatistics, bpp::SiteFrequencySpectrumMafStatistics, bpp::CharacterCountsMafStatistics, bpp::AlignmentScoreMafStatistics, bpp::SequenceLengthMafStatistics, bpp::BlockLengthMafStatistics, bpp::BlockSizeMafStatistics, and bpp::PairwiseDivergenceMafStatistics.
|
pure virtualinherited |
Implemented in bpp::SequenceDiversityMafStatistics, bpp::PolymorphismMafStatistics, bpp::SiteMafStatistics, bpp::FourSpeciesPatternCountsMafStatistics, bpp::SiteFrequencySpectrumMafStatistics, bpp::CharacterCountsMafStatistics, bpp::AlignmentScoreMafStatistics, bpp::SequenceLengthMafStatistics, bpp::BlockLengthMafStatistics, bpp::BlockSizeMafStatistics, and bpp::PairwiseDivergenceMafStatistics.
|
inlinevirtual |
|
pure virtualinherited |
Implemented in bpp::SequenceDiversityMafStatistics, bpp::PolymorphismMafStatistics, bpp::SiteMafStatistics, bpp::FourSpeciesPatternCountsMafStatistics, bpp::SiteFrequencySpectrumMafStatistics, bpp::CharacterCountsMafStatistics, bpp::AlignmentScoreMafStatistics, bpp::SequenceLengthMafStatistics, bpp::BlockLengthMafStatistics, bpp::BlockSizeMafStatistics, and bpp::PairwiseDivergenceMafStatistics.
|
inlinevirtual |
Implements bpp::MafStatistics.
Definition at line 257 of file MafStatistics.h.
References bpp::MafStatisticsResult::getAvailableTags(), and result_.
|
protected |
Definition at line 249 of file MafStatistics.h.
Referenced by bpp::BlockSizeMafStatistics::compute(), bpp::BlockLengthMafStatistics::compute(), bpp::SequenceLengthMafStatistics::compute(), bpp::AlignmentScoreMafStatistics::compute(), getResult(), and getSupportedTags().