Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PointCloudLibrary/pcl
/ getObjectByName
Method
getObjectByName
outofcore/src/visualization/scene.cpp:57–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
Object*
58
Scene::getObjectByName (const std::string& name)
59
{
60
for (const auto &object : objects_)
61
if (object->getName () == name)
62
return object;
63
64
return nullptr;
65
}
66
67
std::vector<Object*>
68
Scene::getObjects ()
Callers
1
Execute
Method · 0.80
Calls
1
getName
Method · 0.45
Tested by
no test coverage detected