/brief Class representing 3D area picking events.
More...
#include <pcl/visualization/area_picking_event.h>
/brief Class representing 3D area picking events.
Definition at line 50 of file area_picking_event.h.
◆ AreaPickingEvent() [1/2]
pcl::visualization::AreaPickingEvent::AreaPickingEvent |
( |
std::map< std::string, pcl::Indices > |
cloud_indices | ) |
|
|
inline |
◆ AreaPickingEvent() [2/2]
pcl::visualization::AreaPickingEvent::AreaPickingEvent |
( |
int |
, |
|
|
const pcl::Indices & |
indices |
|
) |
| |
|
inline |
◆ getCloudNames()
std::vector<std::string> pcl::visualization::AreaPickingEvent::getCloudNames |
( |
| ) |
const |
|
inline |
For situations where a whole area is selected, return the names of the selected point clouds.
- Returns
- The names of selected point clouds
Definition at line 81 of file area_picking_event.h.
◆ getPointsIndices() [1/2]
Indices pcl::visualization::AreaPickingEvent::getPointsIndices |
( |
const std::string & |
name | ) |
const |
|
inline |
For situations where a whole area is selected, return the points indices for a given point cloud.
- Parameters
-
[in] | name | of selected clouds. |
- Returns
- The indices for the selected cloud.
Definition at line 96 of file area_picking_event.h.
◆ getPointsIndices() [2/2]
bool pcl::visualization::AreaPickingEvent::getPointsIndices |
( |
pcl::Indices & |
indices | ) |
const |
|
inline |
For situations where a whole area is selected, return the points indices.
- Parameters
-
[out] | indices | indices of the points under the area selected by user. |
- Returns
- true, if the area selected by the user contains points, false otherwise
Definition at line 66 of file area_picking_event.h.
The documentation for this class was generated from the following file: