|
Point Cloud Library (PCL) 1.12.1
|
#include <pcl/recognition/ransac_based/bvh.h>
Public Member Functions | |
| BoundedObject (const UserData &data) | |
| virtual | ~BoundedObject () |
| 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. | |
Protected Attributes | |
| float | bounds_ [6] |
| These are the bounds of the object. | |
| float | centroid_ [3] |
| This is the centroid. | |
| UserData | data_ |
| This is the user-defined data object. | |
|
inline |
|
inlinevirtual |
|
inlinestatic |
This method is for std::sort.
Definition at line 82 of file bvh.h.
References pcl::recognition::BVH< UserData >::BoundedObject::getCentroid().
|
inline |
|
inline |
Definition at line 94 of file bvh.h.
Referenced by pcl::recognition::BVH< UserData >::BoundedObject::compareCentroidsXCoordinates().
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |