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

Method getModel

apps/cloud_composer/src/cloud_viewer.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33pcl::cloud_composer::ProjectModel*
34pcl::cloud_composer::CloudViewer::getModel() const
35{
36 if (this->count() == 0)
37 return nullptr;
38 return dynamic_cast<CloudView*>(currentWidget())->getModel();
39}
40
41void
42pcl::cloud_composer::CloudViewer::addNewProject(ProjectModel* new_model)

Callers 5

runFunction · 0.45
getModelFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
verifyPlaneSacFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
verifyPlaneSacFunction · 0.36