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

Method wasStopped

visualization/src/pcl_plotter.cpp:655–661  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

653
654//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
655bool
656pcl::visualization::PCLPlotter::wasStopped () const
657{
658 if (view_->GetInteractor())
659 return (stopped_);
660 return (true);
661}
662
663//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
664void

Callers 15

runFunction · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
visualizeFunction · 0.45
runFunction · 0.45
receiveAndViewMethod · 0.45
runFunction · 0.45
grabberCallbackFunction · 0.45
mainFunction · 0.45
runMethod · 0.45
cloudCallbackMethod · 0.45

Calls

no outgoing calls

Tested by 3

mainFunction · 0.36
runCloudViewerMethod · 0.36
displayFunction · 0.36