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::string_seed_functor< index_type, seed_functor, coord_type > Struct Template Reference

Detailed description

template< typename index_type, typename seed_functor, typename coord_type>
struct nvbio::string_seed_functor< index_type, seed_functor, coord_type >

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
 

Member Typedef Documentation

template<typename index_type, typename seed_functor, typename coord_type>
typedef index_type nvbio::string_seed_functor< index_type, seed_functor, coord_type >::argument_type

Definition at line 105 of file seeds_inl.h.

template<typename index_type, typename seed_functor, typename coord_type>
typedef coord_type nvbio::string_seed_functor< index_type, seed_functor, coord_type >::result_type

Definition at line 106 of file seeds_inl.h.

Constructor & Destructor Documentation

template<typename index_type, typename seed_functor, typename coord_type>
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::string_seed_functor< index_type, seed_functor, coord_type >::string_seed_functor ( const index_type  _string_len,
const seed_functor  _seeder 
)
inline

Definition at line 111 of file seeds_inl.h.

Member Function Documentation

template<typename index_type, typename seed_functor, typename coord_type>
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE coord_type nvbio::string_seed_functor< index_type, seed_functor, coord_type >::operator() ( const index_type  idx) const
inline

Definition at line 117 of file seeds_inl.h.

Member Data Documentation

template<typename index_type, typename seed_functor, typename coord_type>
const seed_functor nvbio::string_seed_functor< index_type, seed_functor, coord_type >::seeder

Definition at line 123 of file seeds_inl.h.

template<typename index_type, typename seed_functor, typename coord_type>
const index_type nvbio::string_seed_functor< index_type, seed_functor, coord_type >::string_len

Definition at line 122 of file seeds_inl.h.


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