NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | List of all members
nvbio::aln::NullSink Struct Reference

Detailed description

A no-op sink for valid alignments

Definition at line 53 of file sink.h.

#include <sink.h>

Public Methods

template<typename ScoreType >
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE void 
report (const ScoreType _score, const uint2 _sink)
 

Member Function Documentation

template<typename ScoreType >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE void nvbio::aln::NullSink::report ( const ScoreType  _score,
const uint2  _sink 
)
inline

store a valid alignment

Parameters
_scorealignment's score
_sinkalignment's end

Definition at line 62 of file sink.h.


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