Go to the source code of this file.
Classes | |
class | UTMProjectionTest |
Typedefs | |
using | UtmProjector = lanelet::projection::UtmProjector |
Functions | |
TEST_F (UTMProjectionTest, TestForward) | |
TEST_F (UTMProjectionTest, TestForwardOutOfHemisphere) | |
TEST_F (UTMProjectionTest, TestForwardOutOfZoneButInPadding) | |
TEST_F (UTMProjectionTest, TestForwardOutOfZoneOutOfPadding) | |
TEST_F (UTMProjectionTest, TestReverse) | |
TEST_F (UTMProjectionTest, TestReverseOutOfZoneButInPadding) | |
TEST_F (UTMProjectionTest, TestReverseOutOfZoneOutOfPadding) | |
Definition at line 5 of file test_UTM.cpp.
TEST_F | ( | UTMProjectionTest | , |
TestForward | |||
) |
Definition at line 28 of file test_UTM.cpp.
TEST_F | ( | UTMProjectionTest | , |
TestForwardOutOfHemisphere | |||
) |
Definition at line 48 of file test_UTM.cpp.
TEST_F | ( | UTMProjectionTest | , |
TestForwardOutOfZoneButInPadding | |||
) |
Definition at line 55 of file test_UTM.cpp.
TEST_F | ( | UTMProjectionTest | , |
TestForwardOutOfZoneOutOfPadding | |||
) |
Definition at line 62 of file test_UTM.cpp.
TEST_F | ( | UTMProjectionTest | , |
TestReverse | |||
) |
Definition at line 38 of file test_UTM.cpp.
TEST_F | ( | UTMProjectionTest | , |
TestReverseOutOfZoneButInPadding | |||
) |
Definition at line 69 of file test_UTM.cpp.
TEST_F | ( | UTMProjectionTest | , |
TestReverseOutOfZoneOutOfPadding | |||
) |
Definition at line 77 of file test_UTM.cpp.