bpp-seq-omics
2.2.0
|
Partial implementation of the MafIterator interface. More...
#include <Bpp/Seq/Io/Maf/MafIterator.h>
Public Member Functions | |
AbstractMafIterator () | |
virtual | ~AbstractMafIterator () |
void | addIterationListener (IterationListener *listener) |
MafBlock * | nextBlock () throw (Exception) |
Get the next available alignment block. More... | |
bool | isVerbose () const |
void | setVerbose (bool yn) |
Protected Member Functions | |
virtual MafBlock * | analyseCurrentBlock_ ()=0 |
virtual void | fireIterationStartSignal_ () |
virtual void | fireIterationMoveSignal_ (const MafBlock ¤tBlock) |
virtual void | fireIterationStopSignal_ () |
Protected Attributes | |
std::vector< IterationListener * > | iterationListeners_ |
bool | started_ |
bool | verbose_ |
Partial implementation of the MafIterator interface.
This implements the listener parts.
Definition at line 85 of file MafIterator.h.
|
inline |
Definition at line 94 of file MafIterator.h.
|
inlinevirtual |
Definition at line 96 of file MafIterator.h.
|
inlinevirtual |
Implements bpp::MafIterator.
Definition at line 99 of file MafIterator.h.
|
protectedpure virtual |
Implemented in bpp::MafIteratorSynchronizer, bpp::TrashIteratorAdapter, bpp::AlignmentFilter2MafIterator, bpp::OutputAlignmentMafIterator, bpp::BlockMergerMafIterator, bpp::AlignmentFilterMafIterator, bpp::SequenceFilterMafIterator, bpp::EntropyFilterMafIterator, bpp::OrphanSequenceFilterMafIterator, bpp::SequenceStatisticsMafIterator, bpp::FeatureExtractor, bpp::VcfOutputMafIterator, bpp::FeatureFilterMafIterator, bpp::CoordinatesOutputMafIterator, bpp::MaskFilterMafIterator, bpp::QualityFilterMafIterator, bpp::DuplicateFilterMafIterator, bpp::ConcatenateMafIterator, bpp::ChromosomeMafIterator, bpp::OutputMafIterator, bpp::SequenceStreamToMafIterator, bpp::MafParser, bpp::WindowSplitMafIterator, bpp::FullGapFilterMafIterator, bpp::BlockLengthMafIterator, and bpp::BlockSizeMafIterator.
|
protectedvirtual |
Definition at line 57 of file MafIterator.cpp.
|
protectedvirtual |
Definition at line 51 of file MafIterator.cpp.
|
protectedvirtual |
Definition at line 63 of file MafIterator.cpp.
|
inlinevirtual |
Implements bpp::MafIterator.
Definition at line 116 of file MafIterator.h.
|
inlinevirtual |
Get the next available alignment block.
Implements bpp::MafIterator.
Definition at line 103 of file MafIterator.h.
|
inlinevirtual |
Implements bpp::MafIterator.
Definition at line 117 of file MafIterator.h.
|
protected |
Definition at line 89 of file MafIterator.h.
|
protected |
Definition at line 90 of file MafIterator.h.
|
protected |
Definition at line 91 of file MafIterator.h.