bpp-seq-omics
2.2.0
|
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 throw (Exception) |
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::AlignmentFilter2MafIterator, bpp::AlignmentFilterMafIterator, bpp::EntropyFilterMafIterator, bpp::FeatureFilterMafIterator, bpp::MaskFilterMafIterator, and bpp::QualityFilterMafIterator.
Referenced by bpp::TrashIteratorAdapter::analyseCurrentBlock_().