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

Method wasStopped

visualization/src/cloud_viewer.cpp:336–341  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

334
335////////////////////////////////////////////////////////////////////////////////////////////
336bool
337pcl::visualization::CloudViewer::wasStopped (int)
338{
339 std::this_thread::yield (); //allow this to be called in a loop
340 return !impl_->viewer_;
341}
342
343/////////////////////////////////////////////////////////////////////////////////////////////
344boost::signals2::connection

Callers 2

operator()Method · 0.45
showCloudMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected