|
Point Cloud Library (PCL) 1.12.1
|
#include <pcl/recognition/ransac_based/orr_octree.h>
Classes | |
| class | Data |
Public Member Functions | |
| Node () | |
| virtual | ~Node () |
| void | setCenter (const float *c) |
| void | setBounds (const float *b) |
| void | setParent (Node *parent) |
| void | setData (Node::Data *data) |
| void | computeRadius () |
| Computes the "radius" of the node which is half the diagonal length. | |
| const float * | getCenter () const |
| const float * | getBounds () const |
| void | getBounds (float b[6]) const |
| Node * | getChild (int id) |
| Node * | getChildren () |
| Node::Data * | getData () |
| const Node::Data * | getData () const |
| void | setUserData (void *user_data) |
| Node * | getParent () |
| bool | hasData () |
| bool | hasChildren () |
| float | getRadius () const |
| Computes the "radius" of the node which is half the diagonal length. | |
| bool | createChildren () |
| void | deleteChildren () |
| void | deleteData () |
| void | makeNeighbors (Node *node) |
| Make this and 'node' neighbors by inserting each node in the others node neighbor set. | |
Protected Attributes | |
| Node::Data * | data_ |
| float | center_ [3] |
| float | bounds_ [6] |
| float | radius_ |
| Node * | parent_ |
| Node * | children_ |
Definition at line 75 of file orr_octree.h.
|
inline |
Definition at line 165 of file orr_octree.h.
References children_, data_, and parent_.
Referenced by pcl::recognition::ORROctree::Node::Data::insertNeighbor(), makeNeighbors(), and setParent().
|
inline |
Definition at line 171 of file orr_octree.h.
References deleteChildren(), and deleteData().
|
inline |
Computes the "radius" of the node which is half the diagonal length.
Definition at line 191 of file orr_octree.h.
References bounds_, pcl::recognition::aux::length3(), and radius_.
| bool pcl::recognition::ORROctree::Node::createChildren | ( | ) |
Referenced by pcl::recognition::ORROctree::createLeaf().
|
inline |
|
inline |
|
inline |
Definition at line 201 of file orr_octree.h.
References bounds_.
|
inline |
Definition at line 204 of file orr_octree.h.
References bounds_.
|
inline |
Definition at line 198 of file orr_octree.h.
References center_.
Referenced by pcl::recognition::ORROctree::createLeaf(), pcl::recognition::ORROctree::getLeaf(), and pcl::recognition::ORROctree::insertNeighbors().
|
inline |
Definition at line 210 of file orr_octree.h.
References children_.
Referenced by pcl::recognition::ORROctree::createLeaf(), and pcl::recognition::ORROctree::getLeaf().
|
inline |
Definition at line 213 of file orr_octree.h.
References children_.
|
inline |
Definition at line 216 of file orr_octree.h.
References data_.
Referenced by pcl::recognition::ORROctreeZProjection::Set::compare_nodes_z(), pcl::recognition::ORROctree::createLeaf(), and makeNeighbors().
|
inline |
Definition at line 219 of file orr_octree.h.
References data_.
|
inline |
Definition at line 225 of file orr_octree.h.
References parent_.
|
inline |
Computes the "radius" of the node which is half the diagonal length.
Definition at line 235 of file orr_octree.h.
References radius_.
|
inline |
Definition at line 231 of file orr_octree.h.
References children_.
Referenced by pcl::recognition::ORROctree::getLeaf().
|
inline |
Definition at line 228 of file orr_octree.h.
References data_.
|
inline |
Make this and 'node' neighbors by inserting each node in the others node neighbor set.
Nothing happens of either of the nodes has no data.
Definition at line 257 of file orr_octree.h.
References getData(), pcl::recognition::ORROctree::Node::Data::insertNeighbor(), and Node().
Referenced by pcl::recognition::ORROctree::insertNeighbors().
|
inline |
Definition at line 181 of file orr_octree.h.
References bounds_.
|
inline |
Definition at line 178 of file orr_octree.h.
References center_.
|
inline |
Definition at line 187 of file orr_octree.h.
References data_.
Referenced by pcl::recognition::ORROctree::createLeaf().
|
inline |
Definition at line 184 of file orr_octree.h.
|
inline |
Definition at line 222 of file orr_octree.h.
References data_.
|
protected |
Definition at line 268 of file orr_octree.h.
Referenced by computeRadius(), getBounds(), getBounds(), and setBounds().
|
protected |
Definition at line 268 of file orr_octree.h.
Referenced by getCenter(), and setCenter().
|
protected |
Definition at line 269 of file orr_octree.h.
Referenced by deleteChildren(), getChild(), getChildren(), hasChildren(), and Node().
|
protected |
Definition at line 267 of file orr_octree.h.
Referenced by deleteData(), getData(), getData(), hasData(), Node(), setData(), and setUserData().
|
protected |
Definition at line 269 of file orr_octree.h.
Referenced by getParent(), Node(), and setParent().
|
protected |
Definition at line 268 of file orr_octree.h.
Referenced by computeRadius(), and getRadius().