|
Grok 20.3.2
|
Stores tile part's length and tile index. More...
#include <TLMMarker.h>
Public Member Functions | |
| TilePartLength (uint16_t tileIndex, T len) | |
| Constructs a TilePartLength. | |
Public Attributes | |
| uint16_t | tileIndex_ |
| T | length_ |
Stores tile part's length and tile index.
|
inline |
Constructs a TilePartLength.
| tileIndex | tile index |
| len | tile part length |
References length_, and tileIndex_.
| T grk::TilePartLength< T >::length_ |
Referenced by grk::TLMMarker::add(), and TilePartLength().
| uint16_t grk::TilePartLength< T >::tileIndex_ |
Referenced by grk::TLMMarker::add(), and TilePartLength().