#include <octree_stamped_base_pa.h>
Public Types | |
typedef NODE | NodeTypeBase |
typedef cNodeStampedBasePa< NODE > | NodeTypeFull |
typedef OCTREE< NodeTypeFull > | TreeTypeBase |
Public Member Functions | |
cOcTreeStampedBasePa (double resolution) | |
Default constructor, sets resolution of leafs. More... | |
cOcTreeStampedBasePa< OCTREE, NODE > * | 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) |
Protected Attributes | |
cTimePa | current_timestamp |
used to set new data (insertion of measurement) to actual time stamp More... | |
Definition at line 57 of file octree_stamped_base_pa.h.
typedef NODE cOcTreeStampedBasePa< OCTREE, NODE >::NodeTypeBase |
Definition at line 61 of file octree_stamped_base_pa.h.
typedef cNodeStampedBasePa<NODE> cOcTreeStampedBasePa< OCTREE, NODE >::NodeTypeFull |
Definition at line 60 of file octree_stamped_base_pa.h.
typedef OCTREE< NodeTypeFull > cOcTreeStampedBasePa< OCTREE, NODE >::TreeTypeBase |
Definition at line 62 of file octree_stamped_base_pa.h.
cOcTreeStampedBasePa< OCTREE, NODE >::cOcTreeStampedBasePa | ( | double | resolution | ) |
Default constructor, sets resolution of leafs.
|
virtual |
cOcTreeStampedBasePa<OCTREE,NODE>* cOcTreeStampedBasePa< OCTREE, NODE >::create | ( | ) | const |
virtual constructor: creates a new object of same type (Covariant return type requires an up-to-date compiler)
void cOcTreeStampedBasePa< OCTREE, NODE >::degradeOutdatedNodes | ( | const cTimePa | timediff | ) |
|
inline |
|
inline |
Used to set internal timestamp (the value will remain until next update). Therefore this function must be called before the insertion of the related measurement
|
virtual |
|
protected |
used to set new data (insertion of measurement) to actual time stamp
Definition at line 87 of file octree_stamped_base_pa.h.