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

Method renderOnce

visualization/src/pcl_plotter.cpp:434–444  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

432
433//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
434void
435pcl::visualization::PCLPlotter::renderOnce ()
436{
437 //apply current states
438 view_->GetRenderer ()->SetBackground (bkg_color_[0], bkg_color_[1], bkg_color_[2]);
439 view_->GetRenderWindow ()->SetSize (win_width_, win_height_);
440
441 //render
442 view_->GetInteractor ()->Initialize ();
443 view_->GetRenderWindow ()->Render();
444}
445
446//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
447void

Callers 1

pp_callbackFunction · 0.80

Calls 1

InitializeMethod · 0.45

Tested by

no test coverage detected