NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros
bam.cpp File Reference
#include <stdlib.h>
#include <string.h>
#include <zlib/zlib.h>
#include <nvbio/basic/console.h>
#include <nvbio/basic/packedstream.h>
#include <nvbio/io/reads/bam.h>
#include <nvbio/io/reads/sam.h>

Go to the source code of this file.

Namespaces

 nvbio
 Define a vector_view POD type and plain_view() for std::vector.
 
 nvbio::io
 

Macros

#define GZREAD(field)
 
#define GZFWD(bytes)   gzseek(fp, (bytes), SEEK_CUR)
 
#define GZSKIP(field)   gzseek(fp, sizeof(field), SEEK_CUR)