NVBIO
|
Definition at line 209 of file assembly_graph_inl.h.
#include <assembly_graph_inl.h>
Public Types | |
typedef string_set_type::string_type | sequence |
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | coord_to_seq (const uint32 _kmer_size, const string_set_type _string_set, const SequenceSetKmerCoord *_nodes, uint8 *_sequences) |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE void | operator() (const uint64 node_idx) const |
Public Members | |
const string_set_type | string_set |
const uint32 | kmer_size |
const SequenceSetKmerCoord * | nodes |
uint8 * | sequences |
typedef string_set_type::string_type coord_to_seq< string_set_type >::sequence |
Definition at line 211 of file assembly_graph_inl.h.
|
inline |
Definition at line 218 of file assembly_graph_inl.h.
|
inline |
Definition at line 223 of file assembly_graph_inl.h.
const uint32 coord_to_seq< string_set_type >::kmer_size |
Definition at line 213 of file assembly_graph_inl.h.
const SequenceSetKmerCoord* coord_to_seq< string_set_type >::nodes |
Definition at line 214 of file assembly_graph_inl.h.
uint8* coord_to_seq< string_set_type >::sequences |
Definition at line 215 of file assembly_graph_inl.h.
const string_set_type coord_to_seq< string_set_type >::string_set |
Definition at line 212 of file assembly_graph_inl.h.