#include <hybrid_grid.h>
Classes | |
class | Iterator |
Public Types | |
using | ValueType = typename WrappedGrid::ValueType |
Public Member Functions | |
ValueType * | mutable_value (const Eigen::Array3i &index) |
ValueType | value (const Eigen::Array3i &index) const |
Static Public Member Functions | |
static int | grid_size () |
Private Member Functions | |
Eigen::Array3i | GetMetaIndex (const Eigen::Array3i &index) const |
Private Attributes | |
std::array< std::unique_ptr< WrappedGrid >, 1<<(3 *kBits)> | meta_cells_ |
Definition at line 144 of file hybrid_grid.h.
using cartographer::mapping::NestedGrid< WrappedGrid, kBits >::ValueType = typename WrappedGrid::ValueType |
Definition at line 146 of file hybrid_grid.h.
|
inlineprivate |
Definition at line 236 of file hybrid_grid.h.
|
inlinestatic |
Definition at line 149 of file hybrid_grid.h.
|
inline |
Definition at line 167 of file hybrid_grid.h.
|
inline |
Definition at line 153 of file hybrid_grid.h.
|
private |
Definition at line 243 of file hybrid_grid.h.