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

Method refresh

apps/cloud_composer/src/cloud_view.cpp:94–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void
95pcl::cloud_composer::CloudView::refresh ()
96{
97#if VTK_MAJOR_VERSION > 8
98 qvtk_->renderWindow()->Render();
99#else
100 qvtk_->update ();
101#endif // VTK_MAJOR_VERSION > 8
102}
103
104void
105pcl::cloud_composer::CloudView::itemChanged (QStandardItem* changed_item)

Callers 2

addModelMethod · 0.45
addNewProjectMethod · 0.45

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected