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

Detailed description

Wrapper struct to keep CIGAR arrays and CIGAR coords in one place (host version).

Definition at line 125 of file output_types.h.

#include <output_types.h>

Public Members

nvbio::HostVectorArray< io::Cigararray
 
thrust::host_vector< uint2 > coords
 

Member Data Documentation

nvbio::HostVectorArray<io::Cigar> nvbio::io::HostCigarArray::array

Definition at line 127 of file output_types.h.

thrust::host_vector<uint2> nvbio::io::HostCigarArray::coords

Definition at line 128 of file output_types.h.


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