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

Detailed description

A simple POD struct to represent a read id and its top flag status in a packed uint32

Definition at line 152 of file defs.h.

#include <defs.h>

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE packed_read ()
 
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE packed_read (const uint32 _read_id, const uint32 _top_flag=1u)
 

Public Members

uint32 read_id:31
 
uint32 top_flag:1
 

Constructor & Destructor Documentation

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::bowtie2::cuda::packed_read::packed_read ( )
inline

Definition at line 155 of file defs.h.

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::bowtie2::cuda::packed_read::packed_read ( const uint32  _read_id,
const uint32  _top_flag = 1u 
)
inline

Definition at line 158 of file defs.h.

Member Data Documentation

uint32 nvbio::bowtie2::cuda::packed_read::read_id

Definition at line 161 of file defs.h.

uint32 nvbio::bowtie2::cuda::packed_read::top_flag

Definition at line 161 of file defs.h.


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