Concepts and abstract implementations of linear (ie. contiguous storage) grids. More...
#include <cstdint>
#include <optional>
#include <vector>
#include <beluga/sensor/data/dense_grid.hpp>
#include <Eigen/Core>
Go to the source code of this file.
Classes | |
class | beluga::BaseLinearGrid2< Derived > |
Linear 2D grid base type. More... | |
Namespaces | |
beluga | |
The main Beluga namespace. | |
Concepts and abstract implementations of linear (ie. contiguous storage) grids.
Definition in file linear_grid.hpp.