Class representing a location in a CrrFile. More...
#include <range.hpp>
Public Member Functions | |
| Location (uint16_t chromosome, uint32_t offset) | |
Public Attributes | |
| uint16_t | chromosome_ |
| Chromosome id in CrrFile. | |
| uint32_t | offset_ |
| 0-based offset in CrrFile. | |
Class representing a location in a CrrFile.
Offsets in the CrrFile are 0-based.
1.6.2