|
NVBIO
|
define a simple q-gram search functor
#include <qgram.h>
Public Types | |
| typedef uint32 | argument_type |
| typedef uint2 | result_type |
Public Methods | |
| string_qgram_search_functor (const qgram_index_type _qgram_index, const uint32 _string_len, const string_type _string) | |
| NVBIO_FORCEINLINE NVBIO_HOST_DEVICE uint2 | operator() (const uint32 i) const |
Public Members | |
| const qgram_index_type | qgram_index |
| const uint32 | string_len |
| const string_type | string |
| typedef uint32 nvbio::string_qgram_search_functor< qgram_index_type, string_type >::argument_type |
| typedef uint2 nvbio::string_qgram_search_functor< qgram_index_type, string_type >::result_type |
|
inline |
|
inline |
| const qgram_index_type nvbio::string_qgram_search_functor< qgram_index_type, string_type >::qgram_index |
| const string_type nvbio::string_qgram_search_functor< qgram_index_type, string_type >::string |
| const uint32 nvbio::string_qgram_search_functor< qgram_index_type, string_type >::string_len |
1.8.4