|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/recognition/ransac_based/orr_octree_zprojection.h>
Public Member Functions | |
| Set (int x, int y) | |
| void | insert (ORROctree::Node *leaf) |
| std::set< ORROctree::Node *, bool(*)(ORROctree::Node *, ORROctree::Node *)> & | get_nodes () |
| int | get_x () const |
| int | get_y () const |
Static Public Member Functions | |
| static bool | compare_nodes_z (ORROctree::Node *node1, ORROctree::Node *node2) |
Protected Attributes | |
| std::set< ORROctree::Node *, bool(*)(ORROctree::Node *, ORROctree::Node *)> | nodes_ |
| int | x_ |
| int | y_ |
Definition at line 85 of file orr_octree_zprojection.h.
|
inline |
Definition at line 88 of file orr_octree_zprojection.h.
References compare_nodes_z(), nodes_, x_, and y_.
|
inlinestatic |
Definition at line 93 of file orr_octree_zprojection.h.
References pcl::recognition::ORROctree::Node::Data::get3dIdZ(), and pcl::recognition::ORROctree::Node::getData().
Referenced by Set().
|
inline |
Definition at line 102 of file orr_octree_zprojection.h.
References get_nodes(), and nodes_.
Referenced by get_nodes().
|
inline |
Definition at line 105 of file orr_octree_zprojection.h.
References x_.
|
inline |
Definition at line 108 of file orr_octree_zprojection.h.
References y_.
|
inline |
Definition at line 99 of file orr_octree_zprojection.h.
References nodes_.
|
protected |
Definition at line 111 of file orr_octree_zprojection.h.
Referenced by get_nodes(), insert(), and Set().
|
protected |
Definition at line 112 of file orr_octree_zprojection.h.
|
protected |
Definition at line 112 of file orr_octree_zprojection.h.