NVBIO
|
Definition at line 38 of file reads_def.h.
#include <reads_def.h>
Public Types | |
typedef binary_switch< uint32, uint4, USE_UINT4_PACKING > ::type | read_storage_type |
typedef binary_switch< const read_storage_type *, nvbio::cuda::ldg_pointer < read_storage_type > , USE_TEX_READS >::type | read_base_type |
typedef binary_switch< const char *, nvbio::cuda::ldg_pointer < char >, USE_TEX_READS > ::type | read_qual_type |
typedef io::SequenceDataViewCore < const uint32 *, read_base_type, read_qual_type, const char * > | read_view_type |
typedef io::SequenceDataAccess < DNA_N, read_view_type > | type |
typedef binary_switch<const read_storage_type*,nvbio::cuda::ldg_pointer<read_storage_type>,USE_TEX_READS>::type nvbio::bowtie2::cuda::ReadsDef::read_base_type |
Definition at line 41 of file reads_def.h.
typedef binary_switch<const char*, nvbio::cuda::ldg_pointer<char>, USE_TEX_READS>::type nvbio::bowtie2::cuda::ReadsDef::read_qual_type |
Definition at line 42 of file reads_def.h.
typedef binary_switch<uint32,uint4,USE_UINT4_PACKING>::type nvbio::bowtie2::cuda::ReadsDef::read_storage_type |
Definition at line 40 of file reads_def.h.
typedef io::SequenceDataViewCore<const uint32*,read_base_type,read_qual_type,const char*> nvbio::bowtie2::cuda::ReadsDef::read_view_type |
Definition at line 43 of file reads_def.h.
Definition at line 44 of file reads_def.h.