Home
last modified time | relevance | path

Searched refs:registerKeyboardCallback (Results 1 – 25 of 64) sorted by relevance

123

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/include/pcl/visualization/
H A Dwindow.h93registerKeyboardCallback (void (*callback) (const pcl::visualization::KeyboardEvent&, void*),
96 …return registerKeyboardCallback ([=] (const pcl::visualization::KeyboardEvent& e) { (*callback) (e…
107registerKeyboardCallback (void (T::*callback) (const pcl::visualization::KeyboardEvent&, void*),
110 …return registerKeyboardCallback ([=, &instance] (const pcl::visualization::KeyboardEvent& e) { (in…
160 registerKeyboardCallback (std::function<void (const pcl::visualization::KeyboardEvent&)> );
H A Dcloud_viewer.h139registerKeyboardCallback (void (*callback) (const pcl::visualization::KeyboardEvent&, void*), void…
141 …return (registerKeyboardCallback ([=] (const pcl::visualization::KeyboardEvent& e) { (*callback) (…
151registerKeyboardCallback (void (T::*callback) (const pcl::visualization::KeyboardEvent&, void*), T…
153 …return (registerKeyboardCallback ([=, &instance] (const pcl::visualization::KeyboardEvent& e) { (i…
212 registerKeyboardCallback (std::function<void (const pcl::visualization::KeyboardEvent&)>);
H A Dimage_viewer.h483registerKeyboardCallback (void (*callback) (const pcl::visualization::KeyboardEvent&, void*),
486 …return (registerKeyboardCallback ([=] (const pcl::visualization::KeyboardEvent& e) { (*callback) (…
496registerKeyboardCallback (void (T::*callback) (const pcl::visualization::KeyboardEvent&, void*),
499 …return (registerKeyboardCallback ([=, &instance] (const pcl::visualization::KeyboardEvent& e) { (i…
507registerKeyboardCallback (std::function<void (const pcl::visualization::KeyboardEvent&)> cb);
H A Dpcl_visualizer.h174registerKeyboardCallback (std::function<void (const pcl::visualization::KeyboardEvent&)> cb);
182registerKeyboardCallback (void (*callback) (const pcl::visualization::KeyboardEvent&, void*), void…
184 …return (registerKeyboardCallback ([=] (const pcl::visualization::KeyboardEvent& e) { (*callback) (…
194registerKeyboardCallback (void (T::*callback) (const pcl::visualization::KeyboardEvent&, void*), T…
196 …return (registerKeyboardCallback ([=, &instance] (const pcl::visualization::KeyboardEvent& e) { (i…
H A Dinteractor_style.h178registerKeyboardCallback (std::function<void (const pcl::visualization::KeyboardEvent&)> cb);
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dpcd_grabber_viewer.cpp224 cloud_viewer->registerKeyboardCallback(&keyboard_callback, static_cast<void*> (&key_msg_3D)); in main()
231 img_viewer->registerKeyboardCallback(&keyboard_callback, static_cast<void*> (&key_msg_2D)); in main()
H A Dimage_grabber_viewer.cpp234 cloud_viewer->registerKeyboardCallback(&keyboard_callback, static_cast<void*> (&key_msg_3D)); in main()
241 img_viewer->registerKeyboardCallback(&keyboard_callback, static_cast<void*> (&key_msg_2D)); in main()
H A Dopenni2_viewer.cpp177 cloud_viewer_->registerKeyboardCallback (&OpenNI2Viewer::keyboard_callback, *this); in run()
187 image_viewer_->registerKeyboardCallback (&OpenNI2Viewer::keyboard_callback, *this); in run()
H A Dopenni_viewer.cpp175 cloud_viewer_->registerKeyboardCallback(&OpenNIViewer::keyboard_callback, *this); in run()
184 image_viewer_->registerKeyboardCallback(&OpenNIViewer::keyboard_callback, *this); in run()
H A Dopenni_viewer_simple.cpp171 …cloud_viewer_.registerKeyboardCallback(&SimpleOpenNIViewer::keyboard_callback, *this, (void*)(&key… in run()
181 …image_viewer_.registerKeyboardCallback(&SimpleOpenNIViewer::keyboard_callback, *this, (void*)(&key… in run()
H A Dvlp_viewer.cpp154 cloud_viewer_->registerKeyboardCallback (&SimpleVLPViewer::keyboard_callback, *this); in run()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/viz/src/
H A Dviz3d.cpp111 void cv::viz::Viz3d::registerKeyboardCallback(KeyboardCallback callback, void* cookie) in registerKeyboardCallback() function in cv::viz::Viz3d
112 { impl_->registerKeyboardCallback(callback, cookie); } in registerKeyboardCallback()
H A Dvizimpl.hpp108 void registerKeyboardCallback(KeyboardCallback callback, void* cookie = 0);
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/viz/src/vtk/
H A DvtkVizInteractorStyle.hpp90 … void registerKeyboardCallback(void (*callback)(const KeyboardEvent&, void*), void * cookie = 0);
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iros2011/src/
H A Dopenni_capture.cpp49 preview_->registerKeyboardCallback (keyboard_cb); in snap()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iccv2011/src/
H A Dopenni_capture.cpp47 preview_->registerKeyboardCallback (keyboard_cb); in snap()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/src/
H A Dcloud_viewer.cpp350 pcl::visualization::CloudViewer::registerKeyboardCallback (std::function<void (const pcl::visualiza… in registerKeyboardCallback() function in pcl::visualization::CloudViewer
352 return impl_->viewer_->registerKeyboardCallback (callback); in registerKeyboardCallback()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/src/
H A Dni_agast.cpp246 cloud_viewer_.registerKeyboardCallback( in run()
248 image_viewer_.registerKeyboardCallback( in run()
H A Dopenni_grab_images.cpp187 image_viewer_.registerKeyboardCallback(&OpenNIGrabFrame::keyboard_callback, *this); in run()
189 depth_image_viewer_.registerKeyboardCallback(&OpenNIGrabFrame::keyboard_callback, in run()
H A Dni_linemod.cpp499 cloud_viewer_.registerKeyboardCallback(&NILinemod::keyboard_callback, *this); in init()
506 image_viewer_.registerKeyboardCallback(&NILinemod::keyboard_callback, *this); in init()
H A Dopenni_mls_smoothing.cpp144 viewer.registerKeyboardCallback(keyboardEventOccurred, in run()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/viz/include/opencv2/viz/
H A Dviz3d.hpp264 void registerKeyboardCallback(KeyboardCallback callback, void* cookie = 0);
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/samples/
H A Dtrajectory_reconstruction.cpp165 window_est.registerKeyboardCallback(&keyboard_callback); in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/src/face_detection/
H A Dopenni_face_detection.cpp30 vis.registerKeyboardCallback(keyboard_cb); in run()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/interactive_icp/
H A Dinteractive_icp.cpp161 viewer.registerKeyboardCallback (&keyboardEventOccurred, (void*) NULL); in main()

123