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

Method process

apps/modeler/src/abstract_worker.cpp:64–72  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

62
63//////////////////////////////////////////////////////////////////////////////////////////////
64void
65pcl::modeler::AbstractWorker::process()
66{
67 for (auto& cloud_mesh_item : cloud_mesh_items_) {
68 processImpl(cloud_mesh_item);
69 }
70
71 emit finished();
72}
73
74//////////////////////////////////////////////////////////////////////////////////////////////
75void

Callers 4

estimateMethod · 0.45
estimateMethod · 0.45
estimateMethod · 0.45
estimateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected