bpp-seq-omics
2.4.1
|
Interface to loop over removed blocks of a maf alignment. More...
#include <Bpp/Seq/Io/Maf/MafIterator.h>
Public Member Functions | |
virtual | ~MafTrashIterator () |
virtual MafBlock * | nextRemovedBlock ()=0 |
Get the next available removed alignment block. More... | |
Interface to loop over removed blocks of a maf alignment.
Definition at line 130 of file MafIterator.h.
|
inlinevirtual |
Definition at line 133 of file MafIterator.h.
|
pure virtual |
Get the next available removed alignment block.
Implemented in bpp::QualityFilterMafIterator, bpp::MaskFilterMafIterator, bpp::FeatureFilterMafIterator, bpp::EntropyFilterMafIterator, bpp::AlignmentFilter2MafIterator, and bpp::AlignmentFilterMafIterator.
Referenced by bpp::TrashIteratorAdapter::analyseCurrentBlock_().