NVBIO
|
Definition at line 103 of file seeds_inl.h.
#include <seeds_inl.h>
Public Types | |
typedef index_type | argument_type |
typedef coord_type | result_type |
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | string_seed_functor (const index_type _string_len, const seed_functor _seeder) |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE coord_type | operator() (const index_type idx) const |
Public Members | |
const index_type | string_len |
const seed_functor | seeder |
typedef index_type nvbio::string_seed_functor< index_type, seed_functor, coord_type >::argument_type |
Definition at line 105 of file seeds_inl.h.
typedef coord_type nvbio::string_seed_functor< index_type, seed_functor, coord_type >::result_type |
Definition at line 106 of file seeds_inl.h.
|
inline |
Definition at line 111 of file seeds_inl.h.
|
inline |
Definition at line 117 of file seeds_inl.h.
const seed_functor nvbio::string_seed_functor< index_type, seed_functor, coord_type >::seeder |
Definition at line 123 of file seeds_inl.h.
const index_type nvbio::string_seed_functor< index_type, seed_functor, coord_type >::string_len |
Definition at line 122 of file seeds_inl.h.