NVBIO
|
A functor fetching the w'th word worth of 2-bit symbols from the i-th string in a set
Definition at line 582 of file sufsort_priv.h.
#include <sufsort_priv.h>
Public Types | |
typedef uint2 | argument_type |
typedef word_type | result_type |
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | local_set_suffix_word_functor (const string_set_type _string_set, const uint32 _w) |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE result_type | operator() (const uint2 local_suffix_idx) const |
Public Members | |
string_set_type | string_set |
uint32 | w |
typedef uint2 nvbio::priv::local_set_suffix_word_functor< SYMBOL_SIZE, WORD_BITS, DOLLAR_BITS, string_set_type, word_type >::argument_type |
Definition at line 584 of file sufsort_priv.h.
typedef word_type nvbio::priv::local_set_suffix_word_functor< SYMBOL_SIZE, WORD_BITS, DOLLAR_BITS, string_set_type, word_type >::result_type |
Definition at line 585 of file sufsort_priv.h.
|
inline |
constructor
Definition at line 590 of file sufsort_priv.h.
|
inline |
return the w'th word of the i-th string
Definition at line 597 of file sufsort_priv.h.
string_set_type nvbio::priv::local_set_suffix_word_functor< SYMBOL_SIZE, WORD_BITS, DOLLAR_BITS, string_set_type, word_type >::string_set |
Definition at line 614 of file sufsort_priv.h.
uint32 nvbio::priv::local_set_suffix_word_functor< SYMBOL_SIZE, WORD_BITS, DOLLAR_BITS, string_set_type, word_type >::w |
Definition at line 615 of file sufsort_priv.h.