#include <mrpt/maps/CSimplePointsMap.h>#include <mrpt/maps/CWeightedPointsMap.h>#include <mrpt/maps/CColouredPointsMap.h>#include <mrpt/poses/CPoint2D.h>#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
| template<class MAP > | |
| void | load_demo_9pts_map (MAP &pts) | 
| template<class MAP > | |
| void | do_test_insertPoints () | 
| template<class MAP > | |
| void | do_test_clipOutOfRangeInZ () | 
| template<class MAP > | |
| void | do_test_clipOutOfRange () | 
| TEST (CSimplePointsMapTests, insertPoints) | |
| TEST (CWeightedPointsMapTests, insertPoints) | |
| TEST (CColouredPointsMapTests, insertPoints) | |
| TEST (CSimplePointsMapTests, clipOutOfRangeInZ) | |
| TEST (CWeightedPointsMapTests, clipOutOfRangeInZ) | |
| TEST (CColouredPointsMapTests, clipOutOfRangeInZ) | |
| TEST (CSimplePointsMapTests, clipOutOfRange) | |
| TEST (CWeightedPointsMapTests, clipOutOfRange) | |
| TEST (CColouredPointsMapTests, clipOutOfRange) | |
Variables | |
| const size_t | demo9_N = 9 | 
| const float | demo9_xs [demo9_N] ={0,0,0,1,1,1,2,2,2} | 
| const float | demo9_ys [demo9_N] ={0,1,2,0,1,2,0,1,2} | 
| const float | demo9_zs [demo9_N] ={0,1,2,0,1,2,0,1,2} | 
| void do_test_clipOutOfRange | ( | ) | 
Definition at line 112 of file CPointsMap_unittest.cpp.
References load_demo_9pts_map().
| void do_test_clipOutOfRangeInZ | ( | ) | 
Definition at line 83 of file CPointsMap_unittest.cpp.
References load_demo_9pts_map().
| void do_test_insertPoints | ( | ) | 
Definition at line 40 of file CPointsMap_unittest.cpp.
References demo9_N, demo9_xs, demo9_ys, demo9_zs, and load_demo_9pts_map().
| void load_demo_9pts_map | ( | MAP & | pts | ) | 
Definition at line 32 of file CPointsMap_unittest.cpp.
References demo9_N, demo9_xs, demo9_ys, and demo9_zs.
Referenced by do_test_clipOutOfRange(), do_test_clipOutOfRangeInZ(), and do_test_insertPoints().
| TEST | ( | CSimplePointsMapTests | , | 
| insertPoints | |||
| ) | 
Definition at line 150 of file CPointsMap_unittest.cpp.
| TEST | ( | CWeightedPointsMapTests | , | 
| insertPoints | |||
| ) | 
Definition at line 155 of file CPointsMap_unittest.cpp.
| TEST | ( | CColouredPointsMapTests | , | 
| insertPoints | |||
| ) | 
Definition at line 160 of file CPointsMap_unittest.cpp.
| TEST | ( | CSimplePointsMapTests | , | 
| clipOutOfRangeInZ | |||
| ) | 
Definition at line 166 of file CPointsMap_unittest.cpp.
| TEST | ( | CWeightedPointsMapTests | , | 
| clipOutOfRangeInZ | |||
| ) | 
Definition at line 171 of file CPointsMap_unittest.cpp.
| TEST | ( | CColouredPointsMapTests | , | 
| clipOutOfRangeInZ | |||
| ) | 
Definition at line 176 of file CPointsMap_unittest.cpp.
| TEST | ( | CSimplePointsMapTests | , | 
| clipOutOfRange | |||
| ) | 
Definition at line 181 of file CPointsMap_unittest.cpp.
| TEST | ( | CWeightedPointsMapTests | , | 
| clipOutOfRange | |||
| ) | 
Definition at line 186 of file CPointsMap_unittest.cpp.
| TEST | ( | CColouredPointsMapTests | , | 
| clipOutOfRange | |||
| ) | 
Definition at line 191 of file CPointsMap_unittest.cpp.
| const size_t demo9_N = 9 | 
Definition at line 25 of file CPointsMap_unittest.cpp.
Referenced by do_test_insertPoints(), and load_demo_9pts_map().
| const float demo9_xs[demo9_N] ={0,0,0,1,1,1,2,2,2} | 
Definition at line 26 of file CPointsMap_unittest.cpp.
Referenced by do_test_insertPoints(), and load_demo_9pts_map().
| const float demo9_ys[demo9_N] ={0,1,2,0,1,2,0,1,2} | 
Definition at line 27 of file CPointsMap_unittest.cpp.
Referenced by do_test_insertPoints(), and load_demo_9pts_map().
| const float demo9_zs[demo9_N] ={0,1,2,0,1,2,0,1,2} | 
Definition at line 28 of file CPointsMap_unittest.cpp.
Referenced by do_test_insertPoints(), and load_demo_9pts_map().
| Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019 |