Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/recognition/ransac_based/bvh.h>
Public Member Functions | |
BoundedObject (const UserData &data) | |
virtual | ~BoundedObject ()=default |
float * | getBounds () |
float * | getCentroid () |
const float * | getCentroid () const |
UserData & | getData () |
Static Public Member Functions | |
static bool | compareCentroidsXCoordinates (const BoundedObject *a, const BoundedObject *b) |
This method is for std::sort. More... | |
Protected Attributes | |
float | bounds_ [6] |
These are the bounds of the object. More... | |
float | centroid_ [3] |
This is the centroid. More... | |
UserData | data_ |
This is the user-defined data object. More... | |
|
inline |
|
virtualdefault |
|
inlinestatic |
This method is for std::sort.
Definition at line 80 of file bvh.h.
References pcl::recognition::BVH< UserData >::BoundedObject::getCentroid().
|
inline |
|
inline |
Definition at line 92 of file bvh.h.
Referenced by pcl::recognition::BVH< UserData >::BoundedObject::compareCentroidsXCoordinates().
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |