supereight
|
#include <iterator.hpp>
Public Types | |
typedef MapT::OctreeType | OctreeType |
![]() | |
typedef BaseTraits< FrustumIterator< MapT, SensorT > >::OctreeType | OctreeType |
typedef OctreeType::NodeType | NodeType |
using | difference_type = long |
using | value_type = OctantBase |
using | pointer = OctantBase * |
using | reference = OctantBase & |
using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
FrustumIterator () | |
FrustumIterator (MapT &map, const SensorT &sensor, const Eigen::Isometry3f &T_SM) | |
bool | isNext (OctantBase *octant_ptr) |
bool | doIgnore (OctantBase *octant_ptr) |
![]() | |
BaseIterator () | |
BaseIterator (OctreeType *octree_ptr) | |
BaseIterator & | operator++ () |
BaseIterator | operator++ (int) |
bool | operator== (const BaseIterator &other) const |
bool | operator!= (const BaseIterator &other) const |
OctantBase * | operator* () const |
Static Public Attributes | |
static constexpr bool | has_ignore_condition = true |
Protected Attributes | |
MapT * | map_ptr_ |
const SensorT * | sensor_ptr_ |
const Eigen::Isometry3f | T_SM_ |
Additional Inherited Members | |
![]() | |
void | init () |
typedef MapT::OctreeType se::FrustumIterator< MapT, SensorT >::OctreeType |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |