Classes | Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits > Class Template Reference

#include <hybrid_grid.h>

Classes

class  Iterator
 

Public Types

using ValueType = typename WrappedGrid::ValueType
 

Public Member Functions

ValueTypemutable_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_
 

Detailed Description

template<typename WrappedGrid, int kBits>
class cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits >

Definition at line 144 of file hybrid_grid.h.

Member Typedef Documentation

template<typename WrappedGrid , int kBits>
using cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits >::ValueType = typename WrappedGrid::ValueType

Definition at line 146 of file hybrid_grid.h.

Member Function Documentation

template<typename WrappedGrid , int kBits>
Eigen::Array3i cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits >::GetMetaIndex ( const Eigen::Array3i &  index) const
inlineprivate

Definition at line 236 of file hybrid_grid.h.

template<typename WrappedGrid , int kBits>
static int cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits >::grid_size ( )
inlinestatic

Definition at line 149 of file hybrid_grid.h.

template<typename WrappedGrid , int kBits>
ValueType* cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits >::mutable_value ( const Eigen::Array3i &  index)
inline

Definition at line 167 of file hybrid_grid.h.

template<typename WrappedGrid , int kBits>
ValueType cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits >::value ( const Eigen::Array3i &  index) const
inline

Definition at line 153 of file hybrid_grid.h.

Member Data Documentation

template<typename WrappedGrid , int kBits>
std::array<std::unique_ptr<WrappedGrid>, 1 << (3 * kBits)> cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits >::meta_cells_
private

Definition at line 243 of file hybrid_grid.h.


The documentation for this class was generated from the following file:


cartographer
Author(s):
autogenerated on Mon Jun 10 2019 12:51:39