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

Method remove

apps/point_cloud_editor/src/cloudEditorWidget.cpp:265–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void
266CloudEditorWidget::remove ()
267{
268 if (!cloud_ptr_)
269 return;
270 if (!selection_ptr_ || selection_ptr_->empty())
271 return;
272 std::shared_ptr<DeleteCommand> c(new DeleteCommand(selection_ptr_,
273 cloud_ptr_));
274 command_queue_ptr_->execute(c);
275 update();
276}
277
278void
279CloudEditorWidget::cut ()

Callers

nothing calls this directly

Calls 3

updateFunction · 0.50
emptyMethod · 0.45
executeMethod · 0.45

Tested by

no test coverage detected