Classes | Typedefs | Functions
regular_squares_grid_test.cpp File Reference
#include <gtest/gtest.h>
#include <memory>
#include <vector>
#include <algorithm>
#include <limits>
#include "../../../src/core/maps/regular_squares_grid.h"
Include dependency graph for regular_squares_grid_test.cpp:

Go to the source code of this file.

Classes

class  RSGInfinityScalingTest
 
class  RSGSegmentRasterizationTest
 

Typedefs

using DSegment = std::vector< DiscretePoint2D >
 

Functions

int main (int argc, char *argv[])
 
 TEST_F (RSGSegmentRasterizationTest, samePoint)
 
 TEST_F (RSGSegmentRasterizationTest, sameCell)
 
 TEST_F (RSGSegmentRasterizationTest, square00)
 
 TEST_F (RSGSegmentRasterizationTest, square02)
 
 TEST_F (RSGSegmentRasterizationTest, square04)
 
 TEST_F (RSGSegmentRasterizationTest, square07)
 
 TEST_F (RSGSegmentRasterizationTest, square10)
 
 TEST_F (RSGSegmentRasterizationTest, square12)
 
 TEST_F (RSGSegmentRasterizationTest, square15)
 
 TEST_F (RSGSegmentRasterizationTest, square17)
 
 TEST_F (RSGSegmentRasterizationTest, square19)
 
 TEST_F (RSGSegmentRasterizationTest, square22)
 
 TEST_F (RSGSegmentRasterizationTest, square25)
 
 TEST_F (RSGSegmentRasterizationTest, square28)
 
 TEST_F (RSGSegmentRasterizationTest, square30)
 
 TEST_F (RSGSegmentRasterizationTest, square32)
 
 TEST_F (RSGSegmentRasterizationTest, square34)
 
 TEST_F (RSGSegmentRasterizationTest, square37)
 
 TEST_F (RSGSegmentRasterizationTest, square40)
 
 TEST_F (RSGSegmentRasterizationTest, square42)
 
 TEST_F (RSGSegmentRasterizationTest, square45)
 
 TEST_F (RSGSegmentRasterizationTest, square48)
 
 TEST_F (RSGSegmentRasterizationTest, square50)
 
 TEST_F (RSGSegmentRasterizationTest, square53)
 
 TEST_F (RSGSegmentRasterizationTest, square56)
 
 TEST_F (RSGSegmentRasterizationTest, square58)
 
 TEST_F (RSGSegmentRasterizationTest, horizFwdStraight)
 
 TEST_F (RSGSegmentRasterizationTest, horizFwdUp)
 
 TEST_F (RSGSegmentRasterizationTest, horizFwdDown)
 
 TEST_F (RSGSegmentRasterizationTest, horizBwdStraight)
 
 TEST_F (RSGSegmentRasterizationTest, vertFwdStraight)
 
 TEST_F (RSGSegmentRasterizationTest, vertFwdLeft)
 
 TEST_F (RSGSegmentRasterizationTest, vertFwdRight)
 
 TEST_F (RSGSegmentRasterizationTest, vertBwdStraight)
 
 TEST_F (RSGSegmentRasterizationTest, vertSlimFwd)
 
 TEST_F (RSGSegmentRasterizationTest, diag45FwdPure)
 
 TEST_F (RSGSegmentRasterizationTest, diag45BwdPure)
 
 TEST_F (RSGSegmentRasterizationTest, diagFwdShiftDown)
 
 TEST_F (RSGSegmentRasterizationTest, diagBwdShiftDown)
 
 TEST_F (RSGSegmentRasterizationTest, diagFwdShiftUp)
 
 TEST_F (RSGSegmentRasterizationTest, diagBwdShiftUp)
 
 TEST_F (RSGSegmentRasterizationTest, diagFwdThroughCenter)
 
 TEST_F (RSGSegmentRasterizationTest, diagBwdThroughCenter)
 
 TEST_F (RSGSegmentRasterizationTest, horizontalLineAlinedFwd)
 
 TEST_F (RSGSegmentRasterizationTest, horizontalLineAlinedBwd)
 
 TEST_F (RSGSegmentRasterizationTest, verticalLineAlinedFwd)
 
 TEST_F (RSGSegmentRasterizationTest, verticalLineAlinedBwd)
 
 TEST_F (RSGInfinityScalingTest, access1stQ)
 
 TEST_F (RSGInfinityScalingTest, access2ndQ)
 
 TEST_F (RSGInfinityScalingTest, access3rdQ)
 
 TEST_F (RSGInfinityScalingTest, access4thQ)
 

Typedef Documentation

using DSegment = std::vector<DiscretePoint2D>

Definition at line 30 of file regular_squares_grid_test.cpp.

Function Documentation

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.



slam_constructor
Author(s): JetBrains Research, OSLL team
autogenerated on Mon Jun 10 2019 15:08:25