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

Detailed description

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
 

Constructor & Destructor Documentation

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::SortedDictionaryNode::SortedDictionaryNode ( )
inline

Definition at line 47 of file sorted_dictionary.h.

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::SortedDictionaryNode::SortedDictionaryNode ( const uint32  _begin,
const uint32  _end,
const uint32  _level 
)
inline

Definition at line 50 of file sorted_dictionary.h.

Member Data Documentation

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.


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