NVBIO
|
A simple POD struct to represent a read id and its top flag status in a packed uint32
#include <defs.h>
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | packed_read () |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | packed_read (const uint32 _read_id, const uint32 _top_flag=1u) |
Public Members | |
uint32 | read_id:31 |
uint32 | top_flag:1 |
|
inline |
|
inline |