|
Point Cloud Library (PCL) 1.15.1
|
/brief Class representing 3D area picking events. More...
#include <pcl/visualization/area_picking_event.h>
Public Member Functions | |
| AreaPickingEvent (std::map< std::string, pcl::Indices > cloud_indices) | |
| AreaPickingEvent (int, const pcl::Indices &indices) | |
| bool | getPointsIndices (pcl::Indices &indices) const |
| For situations where a whole area is selected, return the points indices. | |
| std::vector< std::string > | getCloudNames () const |
| For situations where a whole area is selected, return the names of the selected point clouds. | |
| Indices | getPointsIndices (const std::string &name) const |
| For situations where a whole area is selected, return the points indices for a given point cloud. | |
/brief Class representing 3D area picking events.
Definition at line 50 of file area_picking_event.h.
|
inline |
Definition at line 53 of file area_picking_event.h.
Referenced by AreaPickingEvent().
|
inline |
Definition at line 58 of file area_picking_event.h.
References AreaPickingEvent().
|
inline |
For situations where a whole area is selected, return the names of the selected point clouds.
Definition at line 81 of file area_picking_event.h.
|
inline |
For situations where a whole area is selected, return the points indices for a given point cloud.
| [in] | name | of selected clouds. |
Definition at line 96 of file area_picking_event.h.
|
inline |
For situations where a whole area is selected, return the points indices.
| [out] | indices | indices of the points under the area selected by user. |
Definition at line 66 of file area_picking_event.h.