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

Method clearFigures

visualization/src/pcl_painter2D.cpp:262–267  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

260
261//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
262void
263pcl::visualization::PCLPainter2D::clearFigures()
264{
265 figures_.clear();
266 view_->GetScene()->SetDirty(true);
267}
268
269//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
270void

Callers 1

mainFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected