39 #ifndef PCL_VISUALIZATION_AREA_PICKING_EVENT_H_
40 #define PCL_VISUALIZATION_AREA_PICKING_EVENT_H_
42 #include <pcl/pcl_macros.h>
46 namespace visualization
53 : nb_points_ (nb_points)
72 std::vector<int> indices_;
/brief Class representing 3D area picking events.
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.