#include <octree_stamped_pa.h>
Classes | |
class | StaticMemberInitializer |
Public Types | |
typedef octomap::OcTreeNode | NodeTypeBase |
typedef cNodeStampedBasePa< NodeTypeBase > | NodeTypeFull |
typedef cOcTreeStampedBasePa< octomap::OccupancyOcTreeBase, NodeTypeBase > | TreeTypeBase |
![]() | |
typedef octomap::OcTreeNode | NodeTypeBase |
typedef cNodeStampedBasePa< octomap::OcTreeNode > | NodeTypeFull |
typedef octomap::OccupancyOcTreeBase< NodeTypeFull > | TreeTypeBase |
Public Member Functions | |
cOcTreeStampedPa (double resolution) | |
Default constructor, sets resolution of leafs. More... | |
cOcTreeStampedPa * | create () const |
virtual std::string | getTreeType () const |
virtual | ~cOcTreeStampedPa (void) |
![]() | |
cOcTreeStampedBasePa (double resolution) | |
Default constructor, sets resolution of leafs. More... | |
cOcTreeStampedBasePa< octomap::OccupancyOcTreeBase, octomap::OcTreeNode > * | create () const |
void | degradeOutdatedNodes (const cTimePa timediff) |
const cTimePa & | getTimestamp (void) const |
void | setTimestamp (const cTimePa timestamp) |
virtual void | updateNodeLogOdds (NodeTypeFull *node, const float &update) const |
virtual | ~cOcTreeStampedBasePa (void) |
Static Protected Attributes | |
static StaticMemberInitializer | StaticMemberInit |
to ensure static initialization (only once) More... | |
Additional Inherited Members | |
![]() | |
cTimePa | current_timestamp |
used to set new data (insertion of measurement) to actual time stamp More... | |
Definition at line 65 of file octree_stamped_pa.h.
typedef octomap::OcTreeNode cOcTreeStampedPa::NodeTypeBase |
Definition at line 116 of file octree_stamped_pa.h.
Definition at line 117 of file octree_stamped_pa.h.
typedef cOcTreeStampedBasePa< octomap::OccupancyOcTreeBase, NodeTypeBase> cOcTreeStampedPa::TreeTypeBase |
Definition at line 119 of file octree_stamped_pa.h.
cOcTreeStampedPa::cOcTreeStampedPa | ( | double | resolution | ) |
Default constructor, sets resolution of leafs.
Definition at line 54 of file octree_stamped_pa.cpp.
|
virtual |
Definition at line 62 of file octree_stamped_pa.cpp.
cOcTreeStampedPa * cOcTreeStampedPa::create | ( | ) | const |
virtual constructor: creates a new object of same type (Covariant return type requires an up-to-date compiler)
Definition at line 67 of file octree_stamped_pa.cpp.
|
virtual |
Definition at line 74 of file octree_stamped_pa.cpp.
|
staticprotected |
to ensure static initialization (only once)
Definition at line 146 of file octree_stamped_pa.h.