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

Method showCloud

visualization/src/cloud_viewer.cpp:275–282  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

273
274////////////////////////////////////////////////////////////////////////////////////////////
275void
276pcl::visualization::CloudViewer::showCloud (const ColorACloud::ConstPtr &cloud,
277 const std::string &cloudname)
278{
279 if (!impl_->viewer_ || impl_->viewer_->wasStopped ())
280 return;
281 impl_->block_post_cloud<ColorACloud>(cloud, cloudname);
282}
283
284////////////////////////////////////////////////////////////////////////////////////////////
285void

Callers 15

runMethod · 0.80
grabberCallbackFunction · 0.80
runMethod · 0.80
grabberCallbackFunction · 0.80
cloud_cb_Method · 0.80
runCloudViewerMethod · 0.80
image_callbackMethod · 0.80
runMethod · 0.80
runMethod · 0.80
mainFunction · 0.80
runMethod · 0.80
cloud_cb_Method · 0.80

Calls 1

wasStoppedMethod · 0.45

Tested by 1

runCloudViewerMethod · 0.64