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

Method exec

apps/modeler/src/abstract_worker.cpp:52–61  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

50
51//////////////////////////////////////////////////////////////////////////////////////////////
52int
53pcl::modeler::AbstractWorker::exec()
54{
55 for (auto& cloud_mesh_item : cloud_mesh_items_)
56 initParameters(cloud_mesh_item);
57
58 setupParameters();
59
60 return parameter_dialog_->exec();
61}
62
63//////////////////////////////////////////////////////////////////////////////////////////////
64void

Callers 6

showContextMenuMethod · 0.45
showPropertyEditorMethod · 0.45
runWorkerMethod · 0.45
denoiseMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected