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

#include <hybrid_grid.h>

Public Member Functions

bool Done () const
 
Eigen::Array3i GetCellIndex () const
 
const ValueTypeGetValue () const
 
 Iterator ()
 
 Iterator (const NestedGrid &nested_grid)
 
void Next ()
 

Private Member Functions

void AdvanceToValidNestedIterator ()
 

Private Attributes

const std::unique_ptr< WrappedGrid > * current_
 
const std::unique_ptr< WrappedGrid > * end_
 
WrappedGrid::Iterator nested_iterator_
 

Detailed Description

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

Definition at line 181 of file hybrid_grid.h.

Constructor & Destructor Documentation

template<typename WrappedGrid , int kBits>
cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits >::Iterator::Iterator ( )
inline

Definition at line 183 of file hybrid_grid.h.

template<typename WrappedGrid , int kBits>
cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits >::Iterator::Iterator ( const NestedGrid nested_grid)
inlineexplicit

Definition at line 185 of file hybrid_grid.h.

Member Function Documentation

template<typename WrappedGrid , int kBits>
void cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits >::Iterator::AdvanceToValidNestedIterator ( )
inlineprivate

Definition at line 217 of file hybrid_grid.h.

template<typename WrappedGrid , int kBits>
bool cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits >::Iterator::Done ( ) const
inline

Definition at line 202 of file hybrid_grid.h.

template<typename WrappedGrid , int kBits>
Eigen::Array3i cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits >::Iterator::GetCellIndex ( ) const
inline

Definition at line 204 of file hybrid_grid.h.

template<typename WrappedGrid , int kBits>
const ValueType& cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits >::Iterator::GetValue ( ) const
inline

Definition at line 211 of file hybrid_grid.h.

template<typename WrappedGrid , int kBits>
void cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits >::Iterator::Next ( )
inline

Definition at line 192 of file hybrid_grid.h.

Member Data Documentation

template<typename WrappedGrid , int kBits>
const std::unique_ptr<WrappedGrid>* cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits >::Iterator::current_
private

Definition at line 228 of file hybrid_grid.h.

template<typename WrappedGrid , int kBits>
const std::unique_ptr<WrappedGrid>* cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits >::Iterator::end_
private

Definition at line 229 of file hybrid_grid.h.

template<typename WrappedGrid , int kBits>
WrappedGrid::Iterator cartographer::mapping_3d::NestedGrid< WrappedGrid, kBits >::Iterator::nested_iterator_
private

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