#include "Grid.h"#include <iostream>#include <fstream>#include <string>Namespaces | |
| namespace | MipBaselib |
Defines | |
| #define | GRID_RESOLUTION 0.05 |
Functions | |
| static bool | MipBaselib::_compareByFrame (Cell *first, Cell *second) |
| Useful to sort vectors of Cell* by frame. | |
| static bool | MipBaselib::_compareByCone (Cell *first, Cell *second) |
| Useful to sort vectors of Cell* by cone. | |
| static bool | MipBaselib::_compareByIndexI (Cell *first, Cell *second) |
| Useful to sort vectors of Cell* by index i of their indexes. | |
| static bool | MipBaselib::_compareByIndexJ (Cell *first, Cell *second) |
| Useful to sort vectors of Cell* by index j of their indexes. | |
| #define GRID_RESOLUTION 0.05 |
1.5.6