bpp-seq-omics  2.4.1
bpp::RemoveEmptySequencesMafIterator Class Reference

Remove ga-only or unresolved and gap-only sequences in each block. More...

#include <Bpp/Seq/Io/Maf/RemoveEmptySequencesMafIterator.h>

+ Inheritance diagram for bpp::RemoveEmptySequencesMafIterator:
+ Collaboration diagram for bpp::RemoveEmptySequencesMafIterator:

Public Member Functions

 RemoveEmptySequencesMafIterator (MafIterator *iterator, bool unresolvedAsGaps=false)
 Creates a new RemoveEmptySequencesMafIterator object. More...
 
void setLogStream (std::shared_ptr< OutputStream > logstream)
 
void addIterationListener (IterationListener *listener)
 
MafBlocknextBlock ()
 Get the next available alignment block. More...
 
bool isVerbose () const
 
void setVerbose (bool yn)
 

Protected Member Functions

virtual void fireIterationStartSignal_ ()
 
virtual void fireIterationMoveSignal_ (const MafBlock &currentBlock)
 
virtual void fireIterationStopSignal_ ()
 

Protected Attributes

MafIteratoriterator_
 
MafBlockcurrentBlock_
 
std::shared_ptr< OutputStreamlogstream_
 
std::vector< IterationListener * > iterationListeners_
 
bool started_
 
bool verbose_
 

Private Member Functions

 RemoveEmptySequencesMafIterator (const RemoveEmptySequencesMafIterator &iterator)
 
RemoveEmptySequencesMafIteratoroperator= (const RemoveEmptySequencesMafIterator &iterator)
 
MafBlockanalyseCurrentBlock_ ()
 

Private Attributes

bool unresolvedAsGaps_
 

Detailed Description

Remove ga-only or unresolved and gap-only sequences in each block.

Definition at line 54 of file RemoveEmptySequencesMafIterator.h.

Constructor & Destructor Documentation

◆ RemoveEmptySequencesMafIterator() [1/2]

bpp::RemoveEmptySequencesMafIterator::RemoveEmptySequencesMafIterator ( MafIterator iterator,
bool  unresolvedAsGaps = false 
)
inline

Creates a new RemoveEmptySequencesMafIterator object.

Parameters
iteratorThe input iterator.
unresolvedAsGapsTell if unresolved characters (e.g. 'N') should be treated as gaps.

Definition at line 67 of file RemoveEmptySequencesMafIterator.h.

◆ RemoveEmptySequencesMafIterator() [2/2]

bpp::RemoveEmptySequencesMafIterator::RemoveEmptySequencesMafIterator ( const RemoveEmptySequencesMafIterator iterator)
inlineprivate

Definition at line 72 of file RemoveEmptySequencesMafIterator.h.

Member Function Documentation

◆ addIterationListener()

void bpp::AbstractMafIterator::addIterationListener ( IterationListener listener)
inlinevirtualinherited

Implements bpp::MafIterator.

Definition at line 99 of file MafIterator.h.

References bpp::AbstractMafIterator::iterationListeners_.

◆ analyseCurrentBlock_()

MafBlock * RemoveEmptySequencesMafIterator::analyseCurrentBlock_ ( )
privatevirtual

◆ fireIterationMoveSignal_()

void AbstractMafIterator::fireIterationMoveSignal_ ( const MafBlock currentBlock)
protectedvirtualinherited

Definition at line 57 of file MafIterator.cpp.

Referenced by bpp::AbstractMafIterator::nextBlock().

◆ fireIterationStartSignal_()

void AbstractMafIterator::fireIterationStartSignal_ ( )
protectedvirtualinherited

Definition at line 51 of file MafIterator.cpp.

Referenced by bpp::AbstractMafIterator::nextBlock().

◆ fireIterationStopSignal_()

void AbstractMafIterator::fireIterationStopSignal_ ( )
protectedvirtualinherited

Definition at line 63 of file MafIterator.cpp.

Referenced by bpp::AbstractMafIterator::nextBlock().

◆ isVerbose()

bool bpp::AbstractMafIterator::isVerbose ( ) const
inlinevirtualinherited

Implements bpp::MafIterator.

Definition at line 116 of file MafIterator.h.

References bpp::AbstractMafIterator::verbose_.

◆ nextBlock()

MafBlock* bpp::AbstractMafIterator::nextBlock ( )
inlinevirtualinherited

Get the next available alignment block.

Returns
A maf alignment block, or a null pointer if no more block is available.

Implements bpp::MafIterator.

Definition at line 103 of file MafIterator.h.

References bpp::AbstractMafIterator::analyseCurrentBlock_(), bpp::AbstractMafIterator::fireIterationMoveSignal_(), bpp::AbstractMafIterator::fireIterationStartSignal_(), bpp::AbstractMafIterator::fireIterationStopSignal_(), and bpp::AbstractMafIterator::started_.

◆ operator=()

RemoveEmptySequencesMafIterator& bpp::RemoveEmptySequencesMafIterator::operator= ( const RemoveEmptySequencesMafIterator iterator)
inlineprivate

Definition at line 77 of file RemoveEmptySequencesMafIterator.h.

References unresolvedAsGaps_.

◆ setLogStream()

void bpp::AbstractFilterMafIterator::setLogStream ( std::shared_ptr< OutputStream logstream)
inlineinherited

Definition at line 178 of file MafIterator.h.

References bpp::AbstractFilterMafIterator::logstream_.

◆ setVerbose()

void bpp::AbstractMafIterator::setVerbose ( bool  yn)
inlinevirtualinherited

Implements bpp::MafIterator.

Definition at line 117 of file MafIterator.h.

References bpp::AbstractMafIterator::verbose_.

Member Data Documentation

◆ currentBlock_

◆ iterationListeners_

std::vector<IterationListener*> bpp::AbstractMafIterator::iterationListeners_
protectedinherited

Definition at line 89 of file MafIterator.h.

Referenced by bpp::AbstractMafIterator::addIterationListener().

◆ iterator_

◆ logstream_

◆ started_

bool bpp::AbstractMafIterator::started_
protectedinherited

Definition at line 90 of file MafIterator.h.

Referenced by bpp::AbstractMafIterator::nextBlock().

◆ unresolvedAsGaps_

bool bpp::RemoveEmptySequencesMafIterator::unresolvedAsGaps_
private

Definition at line 58 of file RemoveEmptySequencesMafIterator.h.

Referenced by operator=().

◆ verbose_

bool bpp::AbstractMafIterator::verbose_
protectedinherited

The documentation for this class was generated from the following files: