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::mem::left_mem_functor< index_type, string_set_type > Struct Template Reference

Detailed description

template< typename index_type, typename string_set_type>
struct nvbio::mem::left_mem_functor< index_type, string_set_type >

Definition at line 785 of file mem_inl.h.

#include <mem_inl.h>

Public Types

typedef index_type::index_type coord_type
 
typedef index_type::range_type range_type
 
typedef MEMRange< coord_typemem_type
 
typedef mem_type argument_type
 
typedef mem_type result_type
 

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE left_mem_functor (const index_type _f_index, const index_type _r_index, const string_set_type _string_set, const uint32 _min_intv, const uint32 _max_intv, const uint32 _min_span)
 
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE mem_type 
operator() (const mem_type mem) const
 

Public Members

const index_type f_index
 
const index_type r_index
 
const string_set_type string_set
 
const uint32 min_intv
 
const uint32 max_intv
 
const uint32 min_span
 

Member Typedef Documentation

template<typename index_type, typename string_set_type>
typedef mem_type nvbio::mem::left_mem_functor< index_type, string_set_type >::argument_type

Definition at line 792 of file mem_inl.h.

template<typename index_type, typename string_set_type>
typedef index_type::index_type nvbio::mem::left_mem_functor< index_type, string_set_type >::coord_type

Definition at line 787 of file mem_inl.h.

template<typename index_type, typename string_set_type>
typedef MEMRange<coord_type> nvbio::mem::left_mem_functor< index_type, string_set_type >::mem_type

Definition at line 789 of file mem_inl.h.

template<typename index_type, typename string_set_type>
typedef index_type::range_type nvbio::mem::left_mem_functor< index_type, string_set_type >::range_type

Definition at line 788 of file mem_inl.h.

template<typename index_type, typename string_set_type>
typedef mem_type nvbio::mem::left_mem_functor< index_type, string_set_type >::result_type

Definition at line 793 of file mem_inl.h.

Constructor & Destructor Documentation

template<typename index_type, typename string_set_type>
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::mem::left_mem_functor< index_type, string_set_type >::left_mem_functor ( const index_type  _f_index,
const index_type  _r_index,
const string_set_type  _string_set,
const uint32  _min_intv,
const uint32  _max_intv,
const uint32  _min_span 
)
inline

Definition at line 797 of file mem_inl.h.

Member Function Documentation

template<typename index_type, typename string_set_type>
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE mem_type nvbio::mem::left_mem_functor< index_type, string_set_type >::operator() ( const mem_type  mem) const
inline

Definition at line 813 of file mem_inl.h.

Member Data Documentation

template<typename index_type, typename string_set_type>
const index_type nvbio::mem::left_mem_functor< index_type, string_set_type >::f_index

Definition at line 859 of file mem_inl.h.

template<typename index_type, typename string_set_type>
const uint32 nvbio::mem::left_mem_functor< index_type, string_set_type >::max_intv

Definition at line 863 of file mem_inl.h.

template<typename index_type, typename string_set_type>
const uint32 nvbio::mem::left_mem_functor< index_type, string_set_type >::min_intv

Definition at line 862 of file mem_inl.h.

template<typename index_type, typename string_set_type>
const uint32 nvbio::mem::left_mem_functor< index_type, string_set_type >::min_span

Definition at line 864 of file mem_inl.h.

template<typename index_type, typename string_set_type>
const index_type nvbio::mem::left_mem_functor< index_type, string_set_type >::r_index

Definition at line 860 of file mem_inl.h.

template<typename index_type, typename string_set_type>
const string_set_type nvbio::mem::left_mem_functor< index_type, string_set_type >::string_set

Definition at line 861 of file mem_inl.h.


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