cgatools::reference::CrrFileWriter Class Reference

Writes a CrrFile to an output stream. More...

#include <CrrFileWriter.hpp>

List of all members.

Classes

struct  ChromosomeInfo

Public Member Functions

 CrrFileWriter (std::ostream *out)
 Construct this CrrFileWriter -- out must be randomly accessible (not stdout).
void newChromosome (const std::string &name, bool circular)
 Start adding sequence for a new chromosome.
void addSequence (const std::string &sequence)
 Function to stream additional sequence into the CrrFileWriter.
void close ()
 Finish writing the CrrFile (automatically called by destructor).

Friends

class CrrFile

Detailed Description

Writes a CrrFile to an output stream.


Constructor & Destructor Documentation

cgatools::reference::CrrFileWriter::CrrFileWriter ( std::ostream *  out  ) 

Construct this CrrFileWriter -- out must be randomly accessible (not stdout).


Member Function Documentation

void cgatools::reference::CrrFileWriter::close (  ) 

Finish writing the CrrFile (automatically called by destructor).


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated by  doxygen 1.6.2