#include <gtest/gtest.h>#include <memory>#include <vector>#include <algorithm>#include <limits>#include "../../../src/core/maps/regular_squares_grid.h"
Go to the source code of this file.
Classes | |
| class | RSGInfinityScalingTest |
| class | RSGSegmentRasterizationTest |
Typedefs | |
| using | DSegment = std::vector< DiscretePoint2D > |
| using DSegment = std::vector<DiscretePoint2D> |
Definition at line 30 of file regular_squares_grid_test.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 345 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| samePoint | |||
| ) |
Definition at line 35 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| sameCell | |||
| ) |
Definition at line 40 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square00 | |||
| ) |
Definition at line 47 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square02 | |||
| ) |
Definition at line 52 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square04 | |||
| ) |
Definition at line 57 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square07 | |||
| ) |
Definition at line 62 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square10 | |||
| ) |
Definition at line 67 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square12 | |||
| ) |
Definition at line 72 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square15 | |||
| ) |
Definition at line 77 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square17 | |||
| ) |
Definition at line 82 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square19 | |||
| ) |
Definition at line 87 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square22 | |||
| ) |
Definition at line 92 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square25 | |||
| ) |
Definition at line 97 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square28 | |||
| ) |
Definition at line 102 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square30 | |||
| ) |
Definition at line 107 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square32 | |||
| ) |
Definition at line 112 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square34 | |||
| ) |
Definition at line 117 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square37 | |||
| ) |
Definition at line 122 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square40 | |||
| ) |
Definition at line 127 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square42 | |||
| ) |
Definition at line 132 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square45 | |||
| ) |
Definition at line 137 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square48 | |||
| ) |
Definition at line 142 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square50 | |||
| ) |
Definition at line 147 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square53 | |||
| ) |
Definition at line 152 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square56 | |||
| ) |
Definition at line 157 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| square58 | |||
| ) |
Definition at line 162 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| horizFwdStraight | |||
| ) |
Definition at line 168 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| horizFwdUp | |||
| ) |
Definition at line 173 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| horizFwdDown | |||
| ) |
Definition at line 178 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| horizBwdStraight | |||
| ) |
Definition at line 183 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| vertFwdStraight | |||
| ) |
Definition at line 189 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| vertFwdLeft | |||
| ) |
Definition at line 194 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| vertFwdRight | |||
| ) |
Definition at line 199 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| vertBwdStraight | |||
| ) |
Definition at line 204 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| vertSlimFwd | |||
| ) |
Definition at line 209 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| diag45FwdPure | |||
| ) |
Definition at line 216 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| diag45BwdPure | |||
| ) |
Definition at line 221 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| diagFwdShiftDown | |||
| ) |
Definition at line 226 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| diagBwdShiftDown | |||
| ) |
Definition at line 232 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| diagFwdShiftUp | |||
| ) |
Definition at line 238 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| diagBwdShiftUp | |||
| ) |
Definition at line 244 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| diagFwdThroughCenter | |||
| ) |
Definition at line 250 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| diagBwdThroughCenter | |||
| ) |
Definition at line 256 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| horizontalLineAlinedFwd | |||
| ) |
Definition at line 264 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| horizontalLineAlinedBwd | |||
| ) |
Definition at line 269 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| verticalLineAlinedFwd | |||
| ) |
Definition at line 274 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGSegmentRasterizationTest | , |
| verticalLineAlinedBwd | |||
| ) |
Definition at line 279 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGInfinityScalingTest | , |
| access1stQ | |||
| ) |
Definition at line 301 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGInfinityScalingTest | , |
| access2ndQ | |||
| ) |
Definition at line 311 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGInfinityScalingTest | , |
| access3rdQ | |||
| ) |
Definition at line 321 of file regular_squares_grid_test.cpp.
| TEST_F | ( | RSGInfinityScalingTest | , |
| access4thQ | |||
| ) |
Definition at line 331 of file regular_squares_grid_test.cpp.