#include <TumbleTree.hpp>
Public Attributes | |
double | alpha = 1 |
HashMap< VertexHandle, double > | duplicateMap |
Cell * | left |
Cell * | parent |
Cell * | right |
double | signal_counter |
Definition at line 14 of file TumbleTree.hpp.
double lvr2::Cell::alpha = 1 |
Definition at line 16 of file TumbleTree.hpp.
HashMap<VertexHandle, double> lvr2::Cell::duplicateMap |
Definition at line 18 of file TumbleTree.hpp.
Cell* lvr2::Cell::left |
Definition at line 19 of file TumbleTree.hpp.
Cell* lvr2::Cell::parent |
Definition at line 21 of file TumbleTree.hpp.
Cell* lvr2::Cell::right |
Definition at line 20 of file TumbleTree.hpp.
double lvr2::Cell::signal_counter |
Definition at line 17 of file TumbleTree.hpp.