NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Methods | Public Members | List of all members
OutputStage Struct Reference

Detailed description

A small class implementing an nvbio::Pipeline stage reading sequence batches from a file

Definition at line 62 of file output_thread.h.

#include <output_thread.h>

Public Types

typedef io::SequenceDataHost argument_type
 

Public Methods

 OutputStage ()
 
 OutputStage (OutputStageData *_data)
 
bool process (PipelineContext &context)
 

Public Members

OutputStageDatadata
 

Member Typedef Documentation

Definition at line 64 of file output_thread.h.

Constructor & Destructor Documentation

OutputStage::OutputStage ( )
inline

empty constructor

Definition at line 68 of file output_thread.h.

OutputStage::OutputStage ( OutputStageData _data)
inline

constructor

Parameters
fileinput sequence file

Definition at line 74 of file output_thread.h.

Member Function Documentation

bool OutputStage::process ( PipelineContext context)

fill the next batch

Member Data Documentation

OutputStageData* OutputStage::data

Definition at line 80 of file output_thread.h.


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