NVBIO
|
Definition at line 414 of file sequence.h.
#include <sequence.h>
Public Types | |
typedef SequenceDataView | plain_view_type |
typedef ConstSequenceDataView | const_plain_view_type |
Additional Inherited Members | |
Public Members inherited from nvbio::io::SequenceDataInfo | |
Alphabet | m_alphabet |
the alphabet More... | |
uint32 | m_n_seqs |
number of reads in this struct More... | |
uint32 | m_name_stream_len |
the length (in bytes) of the name_stream buffer More... | |
uint32 | m_sequence_stream_len |
the length of sequence_stream in base pairs More... | |
uint32 | m_sequence_stream_words |
the number of words in sequence_stream More... | |
uint32 | m_has_qualities |
has qualities More... | |
uint32 | m_min_sequence_len |
statistics on the reads More... | |
uint32 | m_max_sequence_len |
statistics on the reads More... | |
uint32 | m_avg_sequence_len |
statistics on the reads More... | |
Definition at line 417 of file sequence.h.
Definition at line 416 of file sequence.h.
|
inlinevirtual |
virtual destructor
Definition at line 421 of file sequence.h.
|
inlinevirtual |
convert to a const plain_view
Reimplemented in nvbio::io::SequenceDataStorage< system_tag >, and nvbio::io::SequenceDataMMAP.
Definition at line 429 of file sequence.h.
|
inlinevirtual |
convert to a plain_view
Reimplemented in nvbio::io::SequenceDataStorage< system_tag >, and nvbio::io::SequenceDataMMAP.
Definition at line 425 of file sequence.h.