34 #ifndef OCTOMAP_COUNTING_OCTREE_HH 35 #define OCTOMAP_COUNTING_OCTREE_HH 83 void getCentersMinHits(
point3d_list& node_centers,
unsigned int min_hits)
const;
87 void getCentersMinHitsRecurs(
point3d_list& node_centers,
88 unsigned int& min_hits,
89 unsigned int max_depth,
static void registerTreeType(AbstractOcTree *tree)
unsigned int value
stored data (payload)
unsigned int getValue() const
void setValue(unsigned intv)
sets value to be stored in the node
void setCount(unsigned c)
static StaticMemberInitializer countingOcTreeMemberInit
static member to ensure static initialization (only once)
std::list< octomath::Vector3 > point3d_list
This class represents a three-dimensional vector.
CountingOcTreeNode()
implementation of CountingOcTreeNode -------------------------------—
unsigned int getCount() const
StaticMemberInitializer()