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

Detailed description

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

Definition at line 401 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
 

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE 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, VectorArrayView< mem_type > _mem_arrays)
 
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE void 
operator() (const uint32 string_id) 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
 
VectorArrayView< mem_typemem_arrays
 

Member Typedef Documentation

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

Definition at line 403 of file mem_inl.h.

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

Definition at line 405 of file mem_inl.h.

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

Definition at line 404 of file mem_inl.h.

Constructor & Destructor Documentation

template<typename index_type , typename string_set_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::mem::mem_functor< index_type, string_set_type >::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,
VectorArrayView< mem_type _mem_arrays 
)
inline

Definition at line 409 of file mem_inl.h.

Member Function Documentation

template<typename index_type , typename string_set_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE void nvbio::mem::mem_functor< index_type, string_set_type >::operator() ( const uint32  string_id) const
inline

Definition at line 427 of file mem_inl.h.

Member Data Documentation

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

Definition at line 468 of file mem_inl.h.

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

Definition at line 472 of file mem_inl.h.

template<typename index_type , typename string_set_type >
VectorArrayView<mem_type> nvbio::mem::mem_functor< index_type, string_set_type >::mem_arrays
mutable

Definition at line 474 of file mem_inl.h.

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

Definition at line 471 of file mem_inl.h.

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

Definition at line 473 of file mem_inl.h.

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

Definition at line 469 of file mem_inl.h.

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

Definition at line 470 of file mem_inl.h.


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