Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PointCloudLibrary/pcl
/ add
Method
add
simulation/src/scene.cpp:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
namespace simulation {
12
13
void
14
Scene::add(Model::Ptr model)
15
{
16
models_.push_back(model);
17
}
18
19
void
20
Scene::addCompleteModel(std::vector<Model::Ptr> model)
Callers
15
extractPointsAtLevel
Method · 0.45
load_PolygonMesh_model
Function · 0.45
writePersonXMLConfig
Method · 0.45
load_PolygonMesh_model
Function · 0.45
getVectorAtPoint
Method · 0.45
getVectorAtPointKNN
Method · 0.45
calculateMainPrincipalCurvature
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
applyFilter
Method · 0.45
track
Method · 0.45
loadPolygonMeshModel
Function · 0.45
Calls
1
push_back
Method · 0.45
Tested by
4
TEST
Function · 0.36
TEST
Function · 0.36
loadPolygonMeshModel
Function · 0.36
load_PolygonMesh_model
Function · 0.36