#include <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. | |
Private Attributes | |
std::vector< int > | indices_ |
std::size_t | nb_points_ |
/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.
std::vector<int> pcl::visualization::AreaPickingEvent::indices_ [private] |
Definition at line 72 of file area_picking_event.h.
std::size_t pcl::visualization::AreaPickingEvent::nb_points_ [private] |
Definition at line 71 of file area_picking_event.h.