NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | Public Members | List of all members
find_k_best_paths_functor Struct Reference

Detailed description

Definition at line 100 of file assembly_graph_inl.h.

#include <assembly_graph_inl.h>

Inheritance diagram for find_k_best_paths_functor:
graph_functor

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE find_k_best_paths_functor (debruijn_graph::view _graph, const uint32 _k, uint32 *_topk_scores)
 
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE void 
operator() (const uint32 graph_id)
 
- Public Methods inherited from graph_functor
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE graph_functor (debruijn_graph::view _graph)
 

Public Members

const uint32 k
 
uint32topk_scores
 
- Public Members inherited from graph_functor
debruijn_graph::view graph
 

Constructor & Destructor Documentation

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE find_k_best_paths_functor::find_k_best_paths_functor ( debruijn_graph::view  _graph,
const uint32  _k,
uint32 _topk_scores 
)
inline

Definition at line 106 of file assembly_graph_inl.h.

Member Function Documentation

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE void find_k_best_paths_functor::operator() ( const uint32  graph_id)
inline

Definition at line 110 of file assembly_graph_inl.h.

Member Data Documentation

const uint32 find_k_best_paths_functor::k

Definition at line 102 of file assembly_graph_inl.h.

uint32* find_k_best_paths_functor::topk_scores

Definition at line 103 of file assembly_graph_inl.h.


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