NVBIO
|
a functor to locate the hit corresponding to a given range slot inside a q-gram index
#include <qgram.h>
Public Types | |
typedef uint32 | argument_type |
typedef uint32 | result_type |
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | qgram_locate_functor (const qgram_index_type _index) |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE result_type | operator() (const uint32 slot) const |
Public Members | |
const qgram_index_type | index |
the q-gram index More... | |
typedef uint32 nvbio::qgram_locate_functor< qgram_index_type >::argument_type |
typedef uint32 nvbio::qgram_locate_functor< qgram_index_type >::result_type |
|
inline |
|
inline |
const qgram_index_type nvbio::qgram_locate_functor< qgram_index_type >::index |