point_cloud_library / 1.12.1 / classpcl_1_1recognition_1_1_o_r_r_octree_z_projection_1_1_set.html /

#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_

Detailed Description

Definition at line 85 of file orr_octree_zprojection.h.

Constructor & Destructor Documentation

Set()

pcl::recognition::ORROctreeZProjection::Set::Set ( int x,
int y
)
inline

Definition at line 88 of file orr_octree_zprojection.h.

Member Function Documentation

compare_nodes_z()

static bool pcl::recognition::ORROctreeZProjection::Set::compare_nodes_z ( ORROctree::Node * node1,
ORROctree::Node * node2
)
inlinestatic

get_nodes()

std::set<ORROctree::Node*, bool(*)(ORROctree::Node*,ORROctree::Node*)>& pcl::recognition::ORROctreeZProjection::Set::get_nodes ( )
inline

Definition at line 102 of file orr_octree_zprojection.h.

get_x()

int pcl::recognition::ORROctreeZProjection::Set::get_x ( ) const
inline

Definition at line 105 of file orr_octree_zprojection.h.

get_y()

int pcl::recognition::ORROctreeZProjection::Set::get_y ( ) const
inline

Definition at line 108 of file orr_octree_zprojection.h.

insert()

void pcl::recognition::ORROctreeZProjection::Set::insert ( ORROctree::Node * leaf )
inline

Definition at line 99 of file orr_octree_zprojection.h.

Member Data Documentation

nodes_

std::set<ORROctree::Node*, bool(*)(ORROctree::Node*,ORROctree::Node*)> pcl::recognition::ORROctreeZProjection::Set::nodes_
protected

Definition at line 111 of file orr_octree_zprojection.h.

x_

int pcl::recognition::ORROctreeZProjection::Set::x_
protected

Definition at line 112 of file orr_octree_zprojection.h.

y_

int pcl::recognition::ORROctreeZProjection::Set::y_
protected

Definition at line 112 of file orr_octree_zprojection.h.


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

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/classpcl_1_1recognition_1_1_o_r_r_octree_z_projection_1_1_set.html