|
Autoware.Auto
|
|
This file contains a 1D linear lookup table implementation. More...
#include <cmath>#include <stdexcept>#include <vector>#include "common/types.hpp"#include "geometry/interval.hpp"

Go to the source code of this file.
Classes | |
| class | autoware::common::helper_functions::LookupTable1D< T > |
Namespaces | |
| autoware | |
| This file defines the lanelet2_map_provider_node class. | |
| autoware::common | |
| autoware::common::helper_functions | |
Functions | |
| template<typename T > | |
| T | autoware::common::helper_functions::lookup_1d (const std::vector< T > &domain, const std::vector< T > &range, const T value) |
This file contains a 1D linear lookup table implementation.