Modules | |
Index Lane Summary | |
Functions | |
index_lane_summary & operator[] (const size_t n) INTEROP_THROW_SPEC((model | |
const index_lane_summary & operator[] (const size_t n) const INTEROP_THROW_SPEC((model | |
index_lane_summary & at (const size_t n) INTEROP_THROW_SPEC((model | |
const_reference at (const size_type n) const INTEROP_THROW_SPEC((model | |
size_t size () const | |
Detailed Description
Information used in the SAV Indexing Tab
Function Documentation
|
inline |
Get reference to lane summary at given index
- Deprecated:
- Will be removed in next feature version (use operator[] instead for C++ Code)
- Parameters
-
n index
- Returns
- reference to lane summary
|
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
-
n index
- Returns
- constant reference to lane summary
|
inline |
Get reference to lane summary at given index
Note, in Python, C#, etc, this is converted to .at(index)
- Parameters
-
n index
- Returns
- reference to lane summary
|
inline |
Get constant reference to lane summary at given index
Note, in Python, C#, etc, this is converted to .at(index)
- Parameters
-
n index
- Returns
- constant reference to lane summary
|
inline |
Get number of summaries by read
- Returns
- number of summaries by read