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

#include <hybrid_grid.h>

Classes

class  Iterator
 

Public Types

using ValueType = TValueType
 

Public Member Functions

 FlatGrid ()
 
 FlatGrid (const FlatGrid &)=delete
 
ValueTypemutable_value (const Eigen::Array3i &index)
 
FlatGridoperator= (const FlatGrid &)=delete
 
ValueType value (const Eigen::Array3i &index) const
 

Static Public Member Functions

static int grid_size ()
 

Private Attributes

std::array< ValueType, 1<< (3 *kBits)> cells_
 

Detailed Description

template<typename TValueType, int kBits>
class cartographer::mapping_3d::FlatGrid< TValueType, kBits >

Definition at line 69 of file hybrid_grid.h.

Member Typedef Documentation

template<typename TValueType , int kBits>
using cartographer::mapping_3d::FlatGrid< TValueType, kBits >::ValueType = TValueType

Definition at line 71 of file hybrid_grid.h.

Constructor & Destructor Documentation

template<typename TValueType , int kBits>
cartographer::mapping_3d::FlatGrid< TValueType, kBits >::FlatGrid ( )
inline

Definition at line 74 of file hybrid_grid.h.

template<typename TValueType , int kBits>
cartographer::mapping_3d::FlatGrid< TValueType, kBits >::FlatGrid ( const FlatGrid< TValueType, kBits > &  )
delete

Member Function Documentation

template<typename TValueType , int kBits>
static int cartographer::mapping_3d::FlatGrid< TValueType, kBits >::grid_size ( )
inlinestatic

Definition at line 84 of file hybrid_grid.h.

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

Definition at line 93 of file hybrid_grid.h.

template<typename TValueType , int kBits>
FlatGrid& cartographer::mapping_3d::FlatGrid< TValueType, kBits >::operator= ( const FlatGrid< TValueType, kBits > &  )
delete
template<typename TValueType , int kBits>
ValueType cartographer::mapping_3d::FlatGrid< TValueType, kBits >::value ( const Eigen::Array3i &  index) const
inline

Definition at line 88 of file hybrid_grid.h.

Member Data Documentation

template<typename TValueType , int kBits>
std::array<ValueType, 1 << (3 * kBits)> cartographer::mapping_3d::FlatGrid< TValueType, kBits >::cells_
private

Definition at line 137 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