NVBIO
|
Definition at line 129 of file seeds_inl.h.
#include <seeds_inl.h>
Public Types | |
typedef uint32 | argument_type |
typedef coord_type | result_type |
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | localized_seed_functor (const string_set_type _string_set, const seed_functor _seeder, const uint64 *_cum_seeds) |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE coord_type | operator() (const uint64 global_idx) const |
Public Members | |
const string_set_type | string_set |
const seed_functor | seeder |
const uint64 * | cum_seeds |
typedef uint32 nvbio::localized_seed_functor< string_set_type, seed_functor, coord_type >::argument_type |
Definition at line 131 of file seeds_inl.h.
typedef coord_type nvbio::localized_seed_functor< string_set_type, seed_functor, coord_type >::result_type |
Definition at line 132 of file seeds_inl.h.
|
inline |
Definition at line 137 of file seeds_inl.h.
|
inline |
Definition at line 143 of file seeds_inl.h.
const uint64* nvbio::localized_seed_functor< string_set_type, seed_functor, coord_type >::cum_seeds |
Definition at line 161 of file seeds_inl.h.
const seed_functor nvbio::localized_seed_functor< string_set_type, seed_functor, coord_type >::seeder |
Definition at line 160 of file seeds_inl.h.
const string_set_type nvbio::localized_seed_functor< string_set_type, seed_functor, coord_type >::string_set |
Definition at line 159 of file seeds_inl.h.