bpp-seq-omics
2.4.1
|
Interface to loop over maf alignment blocks. More...
#include <Bpp/Seq/Io/Maf/MafIterator.h>
Public Member Functions | |
virtual | ~MafIterator () |
virtual MafBlock * | nextBlock ()=0 |
Get the next available alignment block. More... | |
virtual bool | isVerbose () const =0 |
virtual void | setVerbose (bool yn)=0 |
virtual void | addIterationListener (IterationListener *listener)=0 |
Interface to loop over maf alignment blocks.
Definition at line 58 of file MafIterator.h.
|
inlinevirtual |
Definition at line 61 of file MafIterator.h.
|
pure virtual |
Implemented in bpp::AbstractMafIterator.
|
pure virtual |
Implemented in bpp::AbstractMafIterator.
|
pure virtual |
Get the next available alignment block.
Implemented in bpp::AbstractMafIterator.
Referenced by bpp::BlockLengthMafIterator::analyseCurrentBlock_(), bpp::BlockSizeMafIterator::analyseCurrentBlock_(), bpp::MafIteratorSynchronizer::analyseCurrentBlock_(), bpp::MsmcOutputMafIterator::analyseCurrentBlock_(), bpp::OrderFilterMafIterator::analyseCurrentBlock_(), bpp::OutputMafIterator::analyseCurrentBlock_(), bpp::PlinkOutputMafIterator::analyseCurrentBlock_(), bpp::SequenceStatisticsMafIterator::analyseCurrentBlock_(), bpp::TableOutputMafIterator::analyseCurrentBlock_(), bpp::VcfOutputMafIterator::analyseCurrentBlock_(), bpp::BlockMergerMafIterator::BlockMergerMafIterator(), and bpp::ConcatenateMafIterator::ConcatenateMafIterator().
|
pure virtual |
Implemented in bpp::AbstractMafIterator.