Go to the source code of this file.
|
| template<typename string_type , typename index_iterator , typename qgram_iterator > |
| void | nvbio::generate_qgrams (const uint32 q, const uint32 symbol_size, const uint32 string_len, const string_type string, const uint32 n_qgrams, const index_iterator indices, qgram_iterator qgrams) |
| |
| template<typename string_set_type , typename index_iterator , typename qgram_iterator > |
| void | nvbio::generate_qgrams (const uint32 q, const uint32 symbol_size, const string_set_type string_set, const uint32 n_qgrams, const index_iterator indices, qgram_iterator qgrams) |
| |