|
scenario_simulator_v2 C++ API
|
#include <gtest/gtest.h>#include <cmath>#include <geometry/intersection/intersection.hpp>#include <scenario_simulator_exception/exception.hpp>#include "../expect_eq_macros.hpp"#include "../test_utils.hpp"
Functions | |
| TEST (Intersection, isIntersect2DDisjoint) | |
| TEST (Intersection, isIntersect2DDisjointVector) | |
| TEST (Intersection, isIntersect2DIntersect) | |
| TEST (Intersection, isIntersect2DIntersectVector) | |
| TEST (Intersection, isIntersect2DIdentical) | |
| TEST (Intersection, isIntersect2DIdenticalVector) | |
| TEST (Intersection, isIntersect2DEmptyVector) | |
| TEST (Intersection, getIntersection2DDisjoint) | |
| TEST (Intersection, getIntersection2DDisjointVector) | |
| TEST (Intersection, getIntersection2DIntersect) | |
| TEST (Intersection, getIntersection2DIntersectVector) | |
| TEST (Intersection, getIntersection2DIdentical) | |
| TEST (Intersection, getIntersection2DIdenticalVector) | |
| TEST (Intersection, getIntersection2DEmptyVector) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| TEST | ( | Intersection | , |
| getIntersection2DDisjoint | |||
| ) |
| TEST | ( | Intersection | , |
| getIntersection2DDisjointVector | |||
| ) |
| TEST | ( | Intersection | , |
| getIntersection2DEmptyVector | |||
| ) |
| TEST | ( | Intersection | , |
| getIntersection2DIdentical | |||
| ) |
| TEST | ( | Intersection | , |
| getIntersection2DIdenticalVector | |||
| ) |
| TEST | ( | Intersection | , |
| getIntersection2DIntersect | |||
| ) |
| TEST | ( | Intersection | , |
| getIntersection2DIntersectVector | |||
| ) |
| TEST | ( | Intersection | , |
| isIntersect2DDisjoint | |||
| ) |
| TEST | ( | Intersection | , |
| isIntersect2DDisjointVector | |||
| ) |
| TEST | ( | Intersection | , |
| isIntersect2DEmptyVector | |||
| ) |
| TEST | ( | Intersection | , |
| isIntersect2DIdentical | |||
| ) |
| TEST | ( | Intersection | , |
| isIntersect2DIdenticalVector | |||
| ) |
| TEST | ( | Intersection | , |
| isIntersect2DIntersect | |||
| ) |
| TEST | ( | Intersection | , |
| isIntersect2DIntersectVector | |||
| ) |