Information used in the SAV Indexing Tab
See full class description
index_lane_summary& at |
( |
const size_t |
n | ) |
|
|
inline |
Get reference to lane summary at given index
- Deprecated:
- Will be removed in next feature version (use operator[] instead for C++ Code)
- Parameters
-
- Returns
- reference to lane summary
const_reference at |
( |
const size_type |
n | ) |
const |
|
inline |
Get constant reference to lane summary at given index
- Deprecated:
- Will be removed in next feature version (use operator[] instead for C++ Code)
- Parameters
-
- Returns
- constant reference to lane summary
index_lane_summary& operator[] |
( |
const size_t |
n | ) |
|
|
inline |
Get reference to lane summary at given index
Note, in Python, C#, etc, this is converted to .at(index)
- Parameters
-
- Returns
- reference to lane summary
const index_lane_summary& operator[] |
( |
const size_t |
n | ) |
const |
|
inline |
Get constant reference to lane summary at given index
Note, in Python, C#, etc, this is converted to .at(index)
- Parameters
-
- Returns
- constant reference to lane summary
Get number of summaries by read
- Returns
- number of summaries by read