NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | Static Public Members | List of all members
nvbio::bowtie2::cuda::RoundedQualCost< T > Struct Template Reference

Detailed description

template< typename T>
struct nvbio::bowtie2::cuda::RoundedQualCost< T >

Rounded quality cost function

Definition at line 68 of file scoring.h.

#include <scoring.h>

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE RoundedQualCost ()
 
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE RoundedQualCost (const T min_val, const T max_val)
 
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE
operator() (const int i) const
 

Static Public Members

static const CostType COST_TYPE = ROUNDED_QUAL_COST
 

Constructor & Destructor Documentation

Definition at line 73 of file scoring.h.

template<typename T >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::bowtie2::cuda::RoundedQualCost< T >::RoundedQualCost ( const min_val,
const max_val 
)
inline

Definition at line 76 of file scoring.h.

Member Function Documentation

template<typename T >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE T nvbio::bowtie2::cuda::RoundedQualCost< T >::operator() ( const int  i) const
inline

Definition at line 79 of file scoring.h.

Member Data Documentation

template<typename T >
const CostType nvbio::bowtie2::cuda::RoundedQualCost< T >::COST_TYPE = ROUNDED_QUAL_COST
static

Definition at line 70 of file scoring.h.


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