#include <gtest/gtest.h>
#include "../directions.h"
#include "../../../src/core/maps/grid_rasterization.h"
Go to the source code of this file.
Classes | |
class | RectangleGridRasterizationTest |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 366 of file grid_rasterization_test.cpp.
bool operator< | ( | const RegularSquaresGrid::Coord & | c1, |
const RegularSquaresGrid::Coord & | c2 | ||
) |
Definition at line 175 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
emptyAreaInsideCell | |||
) |
Definition at line 181 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
emptyAreaOnBorders | |||
) |
Definition at line 191 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaDoesNotExceedCell | |||
) |
Definition at line 220 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaExceedsCellLeft | |||
) |
Definition at line 224 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaExceedsCellRight | |||
) |
Definition at line 228 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaExceedsCellRightLeft | |||
) |
Definition at line 232 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaExceedsCellTop | |||
) |
Definition at line 236 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaExceedsCellTopLeft | |||
) |
Definition at line 240 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaExceedsCellTopRight | |||
) |
Definition at line 244 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaExceedsCellTopRightLeft | |||
) |
Definition at line 248 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaExceedsCellBot | |||
) |
Definition at line 252 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaExceedsCellBotLeft | |||
) |
Definition at line 256 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaExceedsCellBotRight | |||
) |
Definition at line 260 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaExceedsCellBotRightLeft | |||
) |
Definition at line 264 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaExceedsCellBotTop | |||
) |
Definition at line 268 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaExceedsCellBotTopLeft | |||
) |
Definition at line 272 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaExceedsCellBotTopRight | |||
) |
Definition at line 276 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaExceedsCellBotTopRightLeft | |||
) |
Definition at line 280 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaNotAligned | |||
) |
Definition at line 287 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaAlignesLeft | |||
) |
Definition at line 292 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaAlignesRight | |||
) |
Definition at line 296 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaAlignesRightLeft | |||
) |
Definition at line 300 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaAlignesTop | |||
) |
Definition at line 304 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaAlignesTopLeft | |||
) |
Definition at line 308 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaAlignesTopRight | |||
) |
Definition at line 312 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaAlignesTopRightLeft | |||
) |
Definition at line 316 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaAlignesBot | |||
) |
Definition at line 320 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaAlignesBotLeft | |||
) |
Definition at line 324 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaAlignesBotRight | |||
) |
Definition at line 328 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaAlignesBotRightLeft | |||
) |
Definition at line 332 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaAlignesBotTop | |||
) |
Definition at line 336 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaAlignesBotTopLeft | |||
) |
Definition at line 340 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaAlignesBotTopRight | |||
) |
Definition at line 344 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaAlignesBotTopRightLeft | |||
) |
Definition at line 348 of file grid_rasterization_test.cpp.
TEST_F | ( | RectangleGridRasterizationTest | , |
areaInfinite | |||
) |
Definition at line 354 of file grid_rasterization_test.cpp.