#include <gtest/gtest.h>#include <sstream>#include "lanelet2_core/geometry/Point.h"#include "lanelet2_core/primitives/Point.h"
Go to the source code of this file.
Functions | |
| constexpr bool | isTwod (const BasicPoint2d &) |
| constexpr bool | isTwod (const BasicPoint3d &) |
| TEST (testPoint, constructDestroy) | |
| TEST (testPoint, convert) | |
| TEST (testPoint2d, twoDthreeD) | |
| TEST (testPoint3d, assign) | |
| TEST (testPoint2d, assign) | |
| TEST (testPoint, distance) | |
| TEST (testPoint2d, stream) | |
| TEST (testPoint3d, stream) | |
| constexpr bool isTwod | ( | const BasicPoint2d & | ) |
Definition at line 10 of file test_point.cpp.
| constexpr bool isTwod | ( | const BasicPoint3d & | ) |
Definition at line 11 of file test_point.cpp.
| TEST | ( | testPoint | , |
| constructDestroy | |||
| ) |
Definition at line 13 of file test_point.cpp.
| TEST | ( | testPoint | , |
| convert | |||
| ) |
Definition at line 31 of file test_point.cpp.
| TEST | ( | testPoint2d | , |
| twoDthreeD | |||
| ) |
Definition at line 56 of file test_point.cpp.
| TEST | ( | testPoint3d | , |
| assign | |||
| ) |
Definition at line 66 of file test_point.cpp.
| TEST | ( | testPoint2d | , |
| assign | |||
| ) |
Definition at line 72 of file test_point.cpp.
| TEST | ( | testPoint | , |
| distance | |||
| ) |
Definition at line 78 of file test_point.cpp.
| TEST | ( | testPoint2d | , |
| stream | |||
| ) |
Definition at line 88 of file test_point.cpp.
| TEST | ( | testPoint3d | , |
| stream | |||
| ) |
Definition at line 101 of file test_point.cpp.