biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
ReadFlowCallRange
bio
std
hts
iontorrent
flowcall
Undocumented in source.
struct
ReadFlowCallRange (
S
)
if
(
!
is
(
S
== class)
) {
this
(S seq, short[] intensities, bool reverse_strand, string flow_order, ushort first_base_overlap, int zf, FlowGramTag tag);
bool
empty
();
ReadFlowCall
front
();
void
popFront
();
ReadFlowCallRange
!
S
save
();
}
Constructors
this
this
(S seq, short[] intensities, bool reverse_strand, string flow_order, ushort first_base_overlap, int zf, FlowGramTag tag)
Undocumented in source.
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
ReadFlowCall
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
save
ReadFlowCallRange
!
S
save
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
bio
std
hts
iontorrent
flowcall
enums
FlowGramTag
functions
flowCalls
multiplier
readFlowCalls
structs
FlowCall
ReadFlowCall
ReadFlowCallRange