| scenario_simulator_v2 C++ API
    | 
#include <gtest/gtest.h>#include <geometry/polygon/polygon.hpp>#include <scenario_simulator_exception/exception.hpp>#include "../expect_eq_macros.hpp"#include "../test_utils.hpp"
| Functions | |
| TEST (Polygon, filterByAxis) | |
| TEST (Polygon, filterByAxisEmptyVector) | |
| TEST (Polygon, getMaxValue) | |
| TEST (Polygon, getMaxValueEmptyVector) | |
| TEST (Polygon, getMinValue) | |
| TEST (Polygon, getMinValueEmptyVector) | |
| TEST (Polygon, get2DConvexHull) | |
| TEST (Polygon, get2DConvexHullIdle) | |
| TEST (Polygon, get2DConvexHullEmpty) | |
| int | main (int argc, char **argv) | 
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
| TEST | ( | Polygon | , | 
| filterByAxis | |||
| ) | 
| TEST | ( | Polygon | , | 
| filterByAxisEmptyVector | |||
| ) | 
| TEST | ( | Polygon | , | 
| get2DConvexHull | |||
| ) | 
| TEST | ( | Polygon | , | 
| get2DConvexHullEmpty | |||
| ) | 
| TEST | ( | Polygon | , | 
| get2DConvexHullIdle | |||
| ) | 
| TEST | ( | Polygon | , | 
| getMaxValue | |||
| ) | 
| TEST | ( | Polygon | , | 
| getMaxValueEmptyVector | |||
| ) | 
| TEST | ( | Polygon | , | 
| getMinValue | |||
| ) | 
| TEST | ( | Polygon | , | 
| getMinValueEmptyVector | |||
| ) |