Public Member Functions | Protected Attributes | List of all members
octomap::OcTreeNodeStamped Class Reference

#include <OcTreeStamped.h>

Inheritance diagram for octomap::OcTreeNodeStamped:
Inheritance graph
[legend]

Public Member Functions

void copyData (const OcTreeNodeStamped &from)
 
unsigned int getTimestamp () const
 
 OcTreeNodeStamped ()
 
 OcTreeNodeStamped (const OcTreeNodeStamped &rhs)
 
bool operator== (const OcTreeNodeStamped &rhs) const
 
void setTimestamp (unsigned int timestamp)
 
void updateOccupancyChildren ()
 
void updateTimestamp ()
 
- Public Member Functions inherited from octomap::OcTreeNode
void addValue (const float &p)
 adds p to the node's logOdds value (with no boundary / threshold checking!) More...
 
float getLogOdds () const
 
float getMaxChildLogOdds () const
 
double getMeanChildLogOdds () const
 
double getOccupancy () const
 
 OcTreeNode ()
 
void setLogOdds (float l)
 sets log odds occupancy of node More...
 
void updateOccupancyChildren ()
 update this node's occupancy according to its children's maximum occupancy More...
 
 ~OcTreeNode ()
 
- Public Member Functions inherited from octomap::OcTreeDataNode< float >
void copyData (const OcTreeDataNode &from)
 
float getValue () const
 
 OCTOMAP_DEPRECATED (bool childExists(unsigned int i) const)
 
 OCTOMAP_DEPRECATED (bool hasChildren() const)
 
 OcTreeDataNode ()
 
 OcTreeDataNode (floatinitVal)
 
 OcTreeDataNode (const OcTreeDataNode &rhs)
 
bool operator== (const OcTreeDataNode &rhs) const
 Equals operator, compares if the stored value is identical. More...
 
std::istream & readData (std::istream &s)
 Read node payload (data only) from binary stream. More...
 
void setValue (floatv)
 sets value to be stored in the node More...
 
std::ostream & writeData (std::ostream &s) const
 Write node payload (data only) to binary stream. More...
 
 ~OcTreeDataNode ()
 

Protected Attributes

unsigned int timestamp
 
- Protected Attributes inherited from octomap::OcTreeDataNode< float >
AbstractOcTreeNode ** children
 
float value
 stored data (payload) More...
 

Additional Inherited Members

- Public Types inherited from octomap::OcTreeDataNode< float >
typedef float DataType
 Make the templated data type available from the outside. More...
 
- Protected Member Functions inherited from octomap::OcTreeDataNode< float >
void allocChildren ()
 

Detailed Description

Definition at line 45 of file OcTreeStamped.h.

Constructor & Destructor Documentation

octomap::OcTreeNodeStamped::OcTreeNodeStamped ( )
inline

Definition at line 48 of file OcTreeStamped.h.

octomap::OcTreeNodeStamped::OcTreeNodeStamped ( const OcTreeNodeStamped rhs)
inline

Definition at line 50 of file OcTreeStamped.h.

Member Function Documentation

void octomap::OcTreeNodeStamped::copyData ( const OcTreeNodeStamped from)
inline

Definition at line 56 of file OcTreeStamped.h.

unsigned int octomap::OcTreeNodeStamped::getTimestamp ( ) const
inline

Definition at line 62 of file OcTreeStamped.h.

bool octomap::OcTreeNodeStamped::operator== ( const OcTreeNodeStamped rhs) const
inline

Definition at line 52 of file OcTreeStamped.h.

void octomap::OcTreeNodeStamped::setTimestamp ( unsigned int  timestamp)
inline

Definition at line 64 of file OcTreeStamped.h.

void octomap::OcTreeNodeStamped::updateOccupancyChildren ( )
inline

Definition at line 67 of file OcTreeStamped.h.

void octomap::OcTreeNodeStamped::updateTimestamp ( )
inline

Definition at line 63 of file OcTreeStamped.h.

Member Data Documentation

unsigned int octomap::OcTreeNodeStamped::timestamp
protected

Definition at line 73 of file OcTreeStamped.h.


The documentation for this class was generated from the following file:


octomap
Author(s): Kai M. Wurm , Armin Hornung
autogenerated on Wed Jun 5 2019 19:26:28