Point Cloud Library (PCL) 1.12.0
|
#include <pcl/visualization/point_picking_event.h>
Public Member Functions | |
PointPickingCallback () | |
~PointPickingCallback () | |
Empty destructor. | |
void | Execute (vtkObject *caller, unsigned long eventid, void *) override |
int | performSinglePick (vtkRenderWindowInteractor *iren) |
int | performSinglePick (vtkRenderWindowInteractor *iren, float &x, float &y, float &z) |
int | performAreaPick (vtkRenderWindowInteractor *iren, pcl::Indices &indices) const |
Static Public Member Functions | |
static PointPickingCallback * | New () |
Definition at line 51 of file point_picking_event.h.
|
inline |
Definition at line 59 of file point_picking_event.h.
|
inline |
Empty destructor.
Definition at line 62 of file point_picking_event.h.
|
override |
|
inlinestatic |
Definition at line 54 of file point_picking_event.h.
int pcl::visualization::PointPickingCallback::performAreaPick | ( | vtkRenderWindowInteractor * | iren, |
pcl::Indices & | indices ) const |
int pcl::visualization::PointPickingCallback::performSinglePick | ( | vtkRenderWindowInteractor * | iren | ) |
int pcl::visualization::PointPickingCallback::performSinglePick | ( | vtkRenderWindowInteractor * | iren, |
float & | x, | ||
float & | y, | ||
float & | z ) |