NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Methods | Public Members | List of all members
nvbio::localized_seed_functor< string_set_type, seed_functor, coord_type > Struct Template Reference

Detailed description

template< typename string_set_type, typename seed_functor, typename coord_type>
struct nvbio::localized_seed_functor< string_set_type, seed_functor, coord_type >

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 uint64cum_seeds
 

Member Typedef Documentation

template<typename string_set_type, typename seed_functor, typename coord_type>
typedef uint32 nvbio::localized_seed_functor< string_set_type, seed_functor, coord_type >::argument_type

Definition at line 131 of file seeds_inl.h.

template<typename string_set_type, typename seed_functor, typename coord_type>
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.

Constructor & Destructor Documentation

template<typename string_set_type, typename seed_functor, typename coord_type>
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::localized_seed_functor< string_set_type, seed_functor, coord_type >::localized_seed_functor ( const string_set_type  _string_set,
const seed_functor  _seeder,
const uint64 _cum_seeds 
)
inline

Definition at line 137 of file seeds_inl.h.

Member Function Documentation

template<typename string_set_type, typename seed_functor, typename coord_type>
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE coord_type nvbio::localized_seed_functor< string_set_type, seed_functor, coord_type >::operator() ( const uint64  global_idx) const
inline

Definition at line 143 of file seeds_inl.h.

Member Data Documentation

template<typename string_set_type, typename seed_functor, typename coord_type>
const uint64* nvbio::localized_seed_functor< string_set_type, seed_functor, coord_type >::cum_seeds

Definition at line 161 of file seeds_inl.h.

template<typename string_set_type, typename seed_functor, typename coord_type>
const seed_functor nvbio::localized_seed_functor< string_set_type, seed_functor, coord_type >::seeder

Definition at line 160 of file seeds_inl.h.

template<typename string_set_type, typename seed_functor, typename coord_type>
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.


The documentation for this struct was generated from the following file: