#include <gtest/gtest.h>
#include "lanelet2_core/geometry/Area.h"
#include "lanelet2_core/geometry/Lanelet.h"
#include "lanelet2_core/primitives/Area.h"
#include "lanelet2_core/primitives/Lanelet.h"
#include "lanelet2_core/primitives/RegulatoryElement.h"
Go to the source code of this file.
Classes | |
class | TestArea |
Functions | |
TEST_F (TestArea, adjacent) | |
TEST_F (TestArea, area) | |
TEST_F (TestArea, areaWithHole) | |
TEST_F (TestArea, attributes) | |
TEST_F (TestArea, boundingBox) | |
TEST_F (TestArea, determineCommonLineArea) | |
TEST_F (TestArea, determineCommonLineFollowing) | |
TEST_F (TestArea, determineCommonLineFollowingOrPreceding) | |
TEST_F (TestArea, determineCommonLineInArea) | |
TEST_F (TestArea, determineCommonLineInAreaInverted) | |
TEST_F (TestArea, determineCommonLineLeft) | |
TEST_F (TestArea, determineCommonLinePreceding) | |
TEST_F (TestArea, determineCommonLineRight) | |
TEST_F (TestArea, determineCommonLineSidewaysArea) | |
TEST_F (TestArea, determineCommonLineSidewaysLanelet) | |
TEST_F (TestArea, distance2d) | |
TEST_F (TestArea, distance2dWithHole) | |
TEST_F (TestArea, distance3dWithHole) | |
TEST_F (TestArea, follows) | |
TEST_F (TestArea, id) | |
TEST_F (TestArea, inside) | |
TEST_F (TestArea, leftOf) | |
TEST_F (TestArea, overlaps) | |
TEST_F (TestArea, regelem) | |
TEST_F (TestArea, rightOf) | |
TEST_F | ( | TestArea | , |
adjacent | |||
) |
Definition at line 123 of file test_area.cpp.
TEST_F | ( | TestArea | , |
area | |||
) |
Definition at line 107 of file test_area.cpp.
TEST_F | ( | TestArea | , |
areaWithHole | |||
) |
Definition at line 112 of file test_area.cpp.
TEST_F | ( | TestArea | , |
attributes | |||
) |
Definition at line 68 of file test_area.cpp.
TEST_F | ( | TestArea | , |
boundingBox | |||
) |
Definition at line 117 of file test_area.cpp.
TEST_F | ( | TestArea | , |
determineCommonLineArea | |||
) |
Definition at line 252 of file test_area.cpp.
TEST_F | ( | TestArea | , |
determineCommonLineFollowing | |||
) |
Definition at line 164 of file test_area.cpp.
TEST_F | ( | TestArea | , |
determineCommonLineFollowingOrPreceding | |||
) |
Definition at line 172 of file test_area.cpp.
TEST_F | ( | TestArea | , |
determineCommonLineInArea | |||
) |
Definition at line 230 of file test_area.cpp.
TEST_F | ( | TestArea | , |
determineCommonLineInAreaInverted | |||
) |
Definition at line 241 of file test_area.cpp.
TEST_F | ( | TestArea | , |
determineCommonLineLeft | |||
) |
Definition at line 186 of file test_area.cpp.
TEST_F | ( | TestArea | , |
determineCommonLinePreceding | |||
) |
Definition at line 156 of file test_area.cpp.
TEST_F | ( | TestArea | , |
determineCommonLineRight | |||
) |
Definition at line 195 of file test_area.cpp.
TEST_F | ( | TestArea | , |
determineCommonLineSidewaysArea | |||
) |
Definition at line 217 of file test_area.cpp.
TEST_F | ( | TestArea | , |
determineCommonLineSidewaysLanelet | |||
) |
Definition at line 204 of file test_area.cpp.
TEST_F | ( | TestArea | , |
distance2d | |||
) |
Definition at line 92 of file test_area.cpp.
TEST_F | ( | TestArea | , |
distance2dWithHole | |||
) |
Definition at line 97 of file test_area.cpp.
TEST_F | ( | TestArea | , |
distance3dWithHole | |||
) |
Definition at line 102 of file test_area.cpp.
TEST_F | ( | TestArea | , |
follows | |||
) |
Definition at line 137 of file test_area.cpp.
Definition at line 74 of file test_area.cpp.
TEST_F | ( | TestArea | , |
inside | |||
) |
Definition at line 86 of file test_area.cpp.
TEST_F | ( | TestArea | , |
leftOf | |||
) |
Definition at line 144 of file test_area.cpp.
TEST_F | ( | TestArea | , |
overlaps | |||
) |
Definition at line 130 of file test_area.cpp.
TEST_F | ( | TestArea | , |
regelem | |||
) |
Definition at line 79 of file test_area.cpp.
TEST_F | ( | TestArea | , |
rightOf | |||
) |
Definition at line 150 of file test_area.cpp.