struct HTS::Bam::Pileup::InputData

Overview

C-callback user data. Packed pointers needed by the read function.

Defined in:

hts/bam/pileup.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(htsfp : Pointer(LibHTS::HtsFile), hdr : Pointer(LibHTS::SamHdrT), itr : Pointer(LibHTS::HtsItrT)) #

[View source]

Instance Method Detail

def hdr : Pointer(LibHTS::SamHdrT) #

[View source]
def htsfp : Pointer(LibHTS::HtsFile) #

[View source]
def itr : Pointer(LibHTS::HtsItrT) #

[View source]