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)
62 getPointsIndices (std::vector<int>& indices)
const
71 std::size_t nb_points_;
72 std::vector<int> indices_;