FastaVector 1.0.0-beta
|
A position within a single sequence contained in a FastaVector
.
More...
#include <FastaVector.h>
Data Fields | |
size_t | sequenceIndex |
The 0-based sequence index within the FastaVector . More... | |
size_t | positionInSequence |
The 0-based position within the sequence. More... | |
A position within a single sequence contained in a FastaVector
.
size_t FastaVectorLocalPosition::positionInSequence |
The 0-based position within the sequence.
size_t FastaVectorLocalPosition::sequenceIndex |
The 0-based sequence index within the FastaVector
.