HOG2
|
#include <Map3DGrid.h>
Public Member Functions | |
EdgeData () | |
EdgeData (int sec, int reg, int sup) | |
Public Attributes | |
uint16_t | sector |
uint8_t | region |
uint8_t | support |
Definition at line 100 of file Map3DGrid.h.
|
inline |
Definition at line 119 of file Map3DGrid.h.
|
inline |
Definition at line 121 of file Map3DGrid.h.
uint8_t EdgeData::region |
Definition at line 124 of file Map3DGrid.h.
Referenced by RegionData::AddEdge(), and RegionData::RemoveEdge().
uint16_t EdgeData::sector |
Definition at line 123 of file Map3DGrid.h.
Referenced by RegionData::AddEdge(), and RegionData::RemoveEdge().
uint8_t EdgeData::support |
Definition at line 125 of file Map3DGrid.h.
Referenced by RegionData::AddEdge(), and RegionData::RemoveEdge().