HOG2
|
Go to the source code of this file.
Classes | |
struct | sectorInfo |
struct | tempEdgeData |
class | MinimalSectorAbstraction |
MinimalSectorAbstraction. More... | |
Functions | |
bool | operator== (const tempEdgeData &x, const tempEdgeData &y) |
Variables | |
const int | maxNumParents = 14 |
const int | parentBits = 4 |
const int | sectorOffsetBits = 4 |
extern int sectorSize; More... | |
const int | maxNumEdges = 7 |
|
inline |
Definition at line 76 of file MinimalSectorAbstraction.h.
References tempEdgeData::direction, tempEdgeData::from, and tempEdgeData::to.
const int maxNumEdges = 7 |
Definition at line 48 of file MinimalSectorAbstraction.h.
const int maxNumParents = 14 |
Definition at line 43 of file MinimalSectorAbstraction.h.
const int parentBits = 4 |
Definition at line 44 of file MinimalSectorAbstraction.h.
const int sectorOffsetBits = 4 |
extern int sectorSize;
Definition at line 47 of file MinimalSectorAbstraction.h.