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::filter_results< coord_type > Struct Template Reference

Detailed description

template< typename coord_type>
struct nvbio::mem::filter_results< coord_type >

Definition at line 868 of file mem_inl.h.

#include <mem_inl.h>

Public Types

typedef vector_type
< coord_type, 2u >::type 
range_type
 
typedef MEMRange< coord_type > rank_type
 
typedef MEMHit< coord_type > mem_type
 
typedef rank_type argument_type
 
typedef mem_type result_type
 

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE filter_results (const uint32 _n_ranges, const uint64 *_slots, const rank_type *_ranges)
 
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE mem_type 
operator() (const uint64 output_index) const
 

Public Members

const uint32 n_ranges
 
const uint64slots
 
const rank_typeranges
 

Member Typedef Documentation

template<typename coord_type >
typedef rank_type nvbio::mem::filter_results< coord_type >::argument_type

Definition at line 874 of file mem_inl.h.

template<typename coord_type >
typedef MEMHit<coord_type> nvbio::mem::filter_results< coord_type >::mem_type

Definition at line 872 of file mem_inl.h.

template<typename coord_type >
typedef vector_type<coord_type,2u>::type nvbio::mem::filter_results< coord_type >::range_type

Definition at line 870 of file mem_inl.h.

template<typename coord_type >
typedef MEMRange<coord_type> nvbio::mem::filter_results< coord_type >::rank_type

Definition at line 871 of file mem_inl.h.

template<typename coord_type >
typedef mem_type nvbio::mem::filter_results< coord_type >::result_type

Definition at line 875 of file mem_inl.h.

Constructor & Destructor Documentation

template<typename coord_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::mem::filter_results< coord_type >::filter_results ( const uint32  _n_ranges,
const uint64 _slots,
const rank_type _ranges 
)
inline

Definition at line 879 of file mem_inl.h.

Member Function Documentation

template<typename coord_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE mem_type nvbio::mem::filter_results< coord_type >::operator() ( const uint64  output_index) const
inline

Definition at line 889 of file mem_inl.h.

Member Data Documentation

template<typename coord_type >
const uint32 nvbio::mem::filter_results< coord_type >::n_ranges

Definition at line 911 of file mem_inl.h.

template<typename coord_type >
const rank_type* nvbio::mem::filter_results< coord_type >::ranges

Definition at line 913 of file mem_inl.h.

template<typename coord_type >
const uint64* nvbio::mem::filter_results< coord_type >::slots

Definition at line 912 of file mem_inl.h.


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