Point Cloud Library (PCL)
1.7.0
|
/brief Class representing 3D area picking events. More...
#include <pcl/visualization/area_picking_event.h>
Public Member Functions | |
AreaPickingEvent (std::size_t 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. |
/brief Class representing 3D area picking events.
Definition at line 49 of file area_picking_event.h.
pcl::visualization::AreaPickingEvent::AreaPickingEvent | ( | std::size_t | nb_points, |
const std::vector< int > & | indices | ||
) | [inline] |
Definition at line 52 of file area_picking_event.h.
bool pcl::visualization::AreaPickingEvent::getPointsIndices | ( | std::vector< int > & | indices | ) | const [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.