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

Detailed description

pack-read functor, converting an integer read id into a packed_read

Definition at line 185 of file defs.h.

#include <defs.h>

Public Types

typedef uint32 argument_type
 
typedef packed_read result_type
 

Public Methods

 pack_read ()
 
 pack_read (const uint32 _top_flag)
 
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE packed_read 
operator() (const uint32 i) const
 

Public Members

uint32 top_flag
 

Member Typedef Documentation

Definition at line 187 of file defs.h.

Definition at line 188 of file defs.h.

Constructor & Destructor Documentation

nvbio::bowtie2::cuda::pack_read::pack_read ( )
inline

default constructor

Definition at line 192 of file defs.h.

nvbio::bowtie2::cuda::pack_read::pack_read ( const uint32  _top_flag)
inline

constructor

Parameters
_top_flagtop flag

Definition at line 198 of file defs.h.

Member Function Documentation

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE packed_read nvbio::bowtie2::cuda::pack_read::operator() ( const uint32  i) const
inline

functor operator

Definition at line 203 of file defs.h.

Member Data Documentation

uint32 nvbio::bowtie2::cuda::pack_read::top_flag

Definition at line 205 of file defs.h.


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