///////////////////////////////////////////////////////////////////////////////////////
| 313 | |
| 314 | //////////////////////////////////////////////////////////////////////////////////////////// |
| 315 | void |
| 316 | pcl::visualization::CloudViewer::runOnVisualizationThread (VizCallable x, const std::string &key) |
| 317 | { |
| 318 | impl_->post (x, key); |
| 319 | } |
| 320 | |
| 321 | //////////////////////////////////////////////////////////////////////////////////////////// |
| 322 | void |