#include <hybrid_grid.h>
Public Member Functions | |
bool | Done () const |
Eigen::Array3i | GetCellIndex () const |
const ValueType & | GetValue () 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_ |
Definition at line 181 of file hybrid_grid.h.
|
inline |
Definition at line 183 of file hybrid_grid.h.
|
inlineexplicit |
Definition at line 185 of file hybrid_grid.h.
|
inlineprivate |
Definition at line 217 of file hybrid_grid.h.
|
inline |
Definition at line 202 of file hybrid_grid.h.
|
inline |
Definition at line 204 of file hybrid_grid.h.
|
inline |
Definition at line 211 of file hybrid_grid.h.
|
inline |
Definition at line 192 of file hybrid_grid.h.
|
private |
Definition at line 228 of file hybrid_grid.h.
|
private |
Definition at line 229 of file hybrid_grid.h.
|
private |
Definition at line 230 of file hybrid_grid.h.