sam_passes_filter

@param h Pointer to the header structure previously read @param b Pointer to the BAM record to be checked @param filt Pointer to the filter, created from hts_filter_init. @return 1 if passes, 0 if not, and <0 on error.

@system extern (C) @nogc nothrow
int
sam_passes_filter
(
const(sam_hdr_t)* h
,
const(bam1_t)* b
,)

Meta