MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / runOnVisualizationThread

Method runOnVisualizationThread

visualization/src/cloud_viewer.cpp:315–319  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

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

Callers 14

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls 1

postMethod · 0.80

Tested by

no test coverage detected