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

Detailed description

A view of the ScoringQueues class

Definition at line 203 of file proposal.h.

#include <proposal.h>

Public Types

typedef device_view_subtype
< ScoringQueues::active_reads_storage_type >
::type 
active_reads_storage_type
 
typedef device_view_subtype
< ScoringQueues::hits_storage_type >
::type 
hits_storage_type
 
typedef device_view_subtype
< ScoringQueues::read_hits_index_type
read_hits_index_type
 

Public Members

active_reads_storage_type active_reads
 set of active reads More...
 
hits_storage_type hits
 nested sequence More...
 
read_hits_index_type hits_index
 read -> hits mapping More...
 

Member Typedef Documentation

Definition at line 205 of file proposal.h.

Definition at line 206 of file proposal.h.

Definition at line 207 of file proposal.h.

Member Data Documentation

active_reads_storage_type cufmi::bowtie2::cuda::ScoringQueuesDeviceView::active_reads

set of active reads

Definition at line 209 of file proposal.h.

hits_storage_type cufmi::bowtie2::cuda::ScoringQueuesDeviceView::hits

nested sequence

Definition at line 210 of file proposal.h.

read_hits_index_type cufmi::bowtie2::cuda::ScoringQueuesDeviceView::hits_index

read -> hits mapping

Definition at line 211 of file proposal.h.


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