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

Method render

visualization/src/image_viewer.cpp:862–869  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

860
861//////////////////////////////////////////////////////////////////////////////////////////
862void
863pcl::visualization::ImageViewer::render ()
864{
865 win_->Render ();
866 for(auto &i : image_data_)
867 delete [] i;
868 image_data_.clear ();
869}
870
871//////////////////////////////////////////////////////////////////////////////////////////
872void

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected