$darkmode
#include <functional>#include <memory>#include <string>#include <cloe/component/lane_boundary.hpp>#include <cloe/component/lane_sensor.hpp>Go to the source code of this file.
Classes | |
| class | cloe::LaneBoundarySensorFilter |
Typedefs | |
| using | cloe::LaneBoundaryFilter = std::function< bool(const LaneBoundary &)> |
This file provides definitions for common functional idioms with respect to LaneBoundaries and LaneBoundarySensors.
| using cloe::LaneBoundaryFilter = typedef std::function<bool(const LaneBoundary&)> |
LaneBoundaryFilter shall return true for any LaneBoundary that should be yielded, and false for every LaneBoundary that should be skipped.