NVBIO
|
A simple POD struct to represent a seed's information in a packed uint32:
#include <defs.h>
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | packed_seed () |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | packed_seed (const uint32 _pos_in_read, const uint32 _index_dir, const uint32 _rc, const uint32 _top_flag) |
Public Members | |
uint32 | pos_in_read:12 |
uint32 | index_dir:1 |
uint32 | rc:1 |
uint32 | top_flag:1 |
|
inline |
|
inline |