bpp-seq-omics
2.2.0
|
Helper class for developping filter for maf blocks. More...
#include <Bpp/Seq/Io/Maf/MafIterator.h>
Public Member Functions | |
AbstractFilterMafIterator (MafIterator *iterator) | |
void | setLogStream (OutputStream *logstream) |
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 | |
MafIterator * | iterator_ |
MafBlock * | currentBlock_ |
OutputStream * | logstream_ |
std::vector< IterationListener * > | iterationListeners_ |
bool | started_ |
bool | verbose_ |
Private Member Functions | |
AbstractFilterMafIterator (const AbstractFilterMafIterator &it) | |
AbstractFilterMafIterator & | operator= (const AbstractFilterMafIterator &it) |
Helper class for developping filter for maf blocks.
Definition at line 149 of file MafIterator.h.
|
inline |
Definition at line 158 of file MafIterator.h.
|
inlineprivate |
Definition at line 164 of file MafIterator.h.
|
inlinevirtualinherited |
Implements bpp::MafIterator.
Definition at line 99 of file MafIterator.h.
|
protectedpure virtualinherited |
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.
|
protectedvirtualinherited |
Definition at line 57 of file MafIterator.cpp.
|
protectedvirtualinherited |
Definition at line 51 of file MafIterator.cpp.
|
protectedvirtualinherited |
Definition at line 63 of file MafIterator.cpp.
|
inlinevirtualinherited |
Implements bpp::MafIterator.
Definition at line 116 of file MafIterator.h.
|
inlinevirtualinherited |
Get the next available alignment block.
Implements bpp::MafIterator.
Definition at line 103 of file MafIterator.h.
|
inlineprivate |
Definition at line 169 of file MafIterator.h.
References iterator_, and logstream_.
|
inline |
Definition at line 178 of file MafIterator.h.
|
inlinevirtualinherited |
Implements bpp::MafIterator.
Definition at line 117 of file MafIterator.h.
|
protected |
Definition at line 154 of file MafIterator.h.
Referenced by bpp::BlockLengthMafIterator::analyseCurrentBlock_(), bpp::BlockSizeMafIterator::analyseCurrentBlock_(), bpp::OutputMafIterator::analyseCurrentBlock_(), bpp::VcfOutputMafIterator::analyseCurrentBlock_(), and bpp::SequenceStatisticsMafIterator::analyseCurrentBlock_().
|
protectedinherited |
Definition at line 89 of file MafIterator.h.
|
protected |
Definition at line 153 of file MafIterator.h.
Referenced by bpp::BlockLengthMafIterator::analyseCurrentBlock_(), bpp::BlockSizeMafIterator::analyseCurrentBlock_(), bpp::OutputMafIterator::analyseCurrentBlock_(), bpp::VcfOutputMafIterator::analyseCurrentBlock_(), bpp::SequenceStatisticsMafIterator::analyseCurrentBlock_(), and operator=().
|
protected |
Definition at line 155 of file MafIterator.h.
Referenced by bpp::BlockLengthMafIterator::analyseCurrentBlock_(), bpp::BlockSizeMafIterator::analyseCurrentBlock_(), and operator=().
|
protectedinherited |
Definition at line 90 of file MafIterator.h.
|
protectedinherited |
Definition at line 91 of file MafIterator.h.