NVBIO
|
Wrapper struct to keep CIGAR arrays and CIGAR coords in one place. This is the device version.
Definition at line 111 of file output_types.h.
#include <output_types.h>
Public Methods | |
DeviceCigarArray (nvbio::DeviceVectorArray< io::Cigar > &array, thrust::device_vector< uint2 > &coords) | |
Public Members | |
nvbio::DeviceVectorArray < io::Cigar > & | array |
thrust::device_vector< uint2 > & | coords |
|
inline |
Definition at line 116 of file output_types.h.
nvbio::DeviceVectorArray<io::Cigar>& nvbio::io::DeviceCigarArray::array |
Definition at line 113 of file output_types.h.
thrust::device_vector<uint2>& nvbio::io::DeviceCigarArray::coords |
Definition at line 114 of file output_types.h.