|
Point Cloud Library (PCL) 1.15.0
|
#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. | |
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 |
Definition at line 71 of file bvh.h.
References data_.
Referenced by compareCentroidsXCoordinates().
|
virtualdefault |
|
inlinestatic |
This method is for std::sort.
Definition at line 80 of file bvh.h.
References BoundedObject(), and getCentroid().
|
inline |
|
inline |
Definition at line 92 of file bvh.h.
References centroid_.
Referenced by compareCentroidsXCoordinates().
|
inline |
|
inline |
|
protected |
These are the bounds of the object.
Definition at line 111 of file bvh.h.
Referenced by getBounds().
|
protected |
This is the centroid.
Definition at line 113 of file bvh.h.
Referenced by getCentroid(), and getCentroid().
|
protected |
This is the user-defined data object.
Definition at line 115 of file bvh.h.
Referenced by BoundedObject(), and getData().