#include <AlgoTable.h>
Public Member Functions | |
| void | addEntry (ShapeType type1, ShapeType type2, Function function) |
| Function | lookup (ShapeType type1, ShapeType type2) const |
Private Attributes | |
| Function | table [NUM_TYPES][NUM_TYPES] |
Definition at line 39 of file AlgoTable.h.
|
inline |
Definition at line 41 of file AlgoTable.h.
|
inline |
Definition at line 46 of file AlgoTable.h.
Definition at line 51 of file AlgoTable.h.