Singly linked data chunk for GridIndexPoints. More...
Public Attributes | |
Vector2D_t | m_Point |
X,Y coordinate of the grid location. | |
Entry_t * | m_pNext |
Pointer to the next item at this location. | |
uint_t | m_uValue |
Value at this location. | |
Singly linked data chunk for GridIndexPoints.
This is a single entry in the grid managed by GridIndexPoints
Entry_t* Burger::GridIndexPoints::Entry_t::m_pNext |
Pointer to the next item at this location.
Vector2D_t Burger::GridIndexPoints::Entry_t::m_Point |
X,Y coordinate of the grid location.
uint_t Burger::GridIndexPoints::Entry_t::m_uValue |
Value at this location.