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::fmindex::lookup_ssa_results< index_type > Struct Template Reference

Detailed description

template< typename index_type>
struct nvbio::fmindex::lookup_ssa_results< index_type >

Definition at line 168 of file filter_inl.h.

#include <filter_inl.h>

Public Types

typedef index_type::range_type range_type
 
typedef range_type first_argument_type
 
typedef range_type second_argument_type
 
typedef range_type result_type
 

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE lookup_ssa_results (const index_type _index)
 
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE result_type 
operator() (const range_type pair, const range_type ssa) const
 

Public Members

const index_type index
 

Member Typedef Documentation

template<typename index_type >
typedef range_type nvbio::fmindex::lookup_ssa_results< index_type >::first_argument_type

Definition at line 172 of file filter_inl.h.

template<typename index_type >
typedef index_type::range_type nvbio::fmindex::lookup_ssa_results< index_type >::range_type

Definition at line 170 of file filter_inl.h.

template<typename index_type >
typedef range_type nvbio::fmindex::lookup_ssa_results< index_type >::result_type

Definition at line 174 of file filter_inl.h.

template<typename index_type >
typedef range_type nvbio::fmindex::lookup_ssa_results< index_type >::second_argument_type

Definition at line 173 of file filter_inl.h.

Constructor & Destructor Documentation

template<typename index_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::fmindex::lookup_ssa_results< index_type >::lookup_ssa_results ( const index_type  _index)
inline

Definition at line 178 of file filter_inl.h.

Member Function Documentation

template<typename index_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE result_type nvbio::fmindex::lookup_ssa_results< index_type >::operator() ( const range_type  pair,
const range_type  ssa 
) const
inline

Definition at line 182 of file filter_inl.h.

Member Data Documentation

template<typename index_type >
const index_type nvbio::fmindex::lookup_ssa_results< index_type >::index

Definition at line 187 of file filter_inl.h.


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