NVBIO
|
A node of a SortedDictionarySuffixTrie
Definition at line 44 of file sorted_dictionary.h.
#include <sorted_dictionary.h>
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | SortedDictionaryNode () |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | SortedDictionaryNode (const uint32 _begin, const uint32 _end, const uint32 _level) |
Public Members | |
uint32 | begin |
uint32 | end |
uint32 | level |
|
inline |
Definition at line 47 of file sorted_dictionary.h.
|
inline |
Definition at line 50 of file sorted_dictionary.h.
uint32 nvbio::SortedDictionaryNode::begin |
Definition at line 53 of file sorted_dictionary.h.
uint32 nvbio::SortedDictionaryNode::end |
Definition at line 54 of file sorted_dictionary.h.
uint32 nvbio::SortedDictionaryNode::level |
Definition at line 55 of file sorted_dictionary.h.