Grok 20.3.2
grk::TilePartLength< T > Struct Template Reference

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_
length_

Detailed Description

template<typename T>
struct grk::TilePartLength< T >

Stores tile part's length and tile index.

Constructor & Destructor Documentation

◆ TilePartLength()

template<typename T>
grk::TilePartLength< T >::TilePartLength ( uint16_t tileIndex,
T len )
inline

Constructs a TilePartLength.

Parameters
tileIndextile index
lentile part length

References length_, and tileIndex_.

Member Data Documentation

◆ length_

template<typename T>
T grk::TilePartLength< T >::length_

◆ tileIndex_

template<typename T>
uint16_t grk::TilePartLength< T >::tileIndex_

The documentation for this struct was generated from the following file: