yat  0.13.2pre
Public Member Functions | List of all members
theplu::yat::omic::BamWriter Class Reference

#include <yat/omic/BamWriteIterator.h>

Inheritance diagram for theplu::yat::omic::BamWriter:

Public Member Functions

 BamWriter (void)
 Default constructor. More...
 
 BamWriter (OutBamFile &out)
 Constructor. More...
 
void operator() (const BamRead &b) const
 

Detailed Description

Functor taking a BamRead and writing to an OutBamFile. Class is primarily used by BamWriteIterator.

Since
New in yat 0.10

Constructor & Destructor Documentation

theplu::yat::omic::BamWriter::BamWriter ( void  )

Default constructor.

Note
Created object cannot write, i.e., behaviour of operator() is undefined.
theplu::yat::omic::BamWriter::BamWriter ( OutBamFile out)
explicit

Constructor.

Creates an object that will write to out.

Member Function Documentation

void theplu::yat::omic::BamWriter::operator() ( const BamRead b) const

write bam read to OutBamFile specified in constructor.


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

Generated on Wed Jan 4 2017 02:23:07 for yat by  doxygen 1.8.5