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

Method run

tools/octree_viewer.cpp:185–193  ·  view source on GitHub ↗

\brief Graphic loop for the viewer * */

Source from the content-addressed store, hash-verified

183 *
184 */
185 void run()
186 {
187 while (!viz.wasStopped())
188 {
189 //main loop of the visualizer
190 viz.spinOnce(100);
191 std::this_thread::sleep_for(100ms);
192 }
193 }
194
195 /* \brief Helper function that read a pointcloud file (returns false if pbl)
196 * Also initialize the octree

Callers

nothing calls this directly

Calls 2

wasStoppedMethod · 0.45
spinOnceMethod · 0.45

Tested by

no test coverage detected