Point Cloud Library (PCL)
1.9.1
|
/brief Class representing 3D area picking events. More...
#include <pcl/visualization/area_picking_event.h>
Public Member Functions | |
AreaPickingEvent (int nb_points, const std::vector< int > &indices) | |
bool | getPointsIndices (std::vector< int > &indices) const |
For situations where a whole are is selected, return the points indices. More... | |
/brief Class representing 3D area picking events.
Definition at line 49 of file area_picking_event.h.
|
inline |
Definition at line 52 of file area_picking_event.h.
|
inline |
For situations where a whole are is selected, return the points indices.
[out] | indices | indices of the points under the area selected by user. |
Definition at line 62 of file area_picking_event.h.