MCPcopy 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

11namespace simulation {
12
13void
14Scene::add(Model::Ptr model)
15{
16 models_.push_back(model);
17}
18
19void
20Scene::addCompleteModel(std::vector<Model::Ptr> model)

Callers 15

extractPointsAtLevelMethod · 0.45
load_PolygonMesh_modelFunction · 0.45
writePersonXMLConfigMethod · 0.45
load_PolygonMesh_modelFunction · 0.45
getVectorAtPointMethod · 0.45
getVectorAtPointKNNMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
applyFilterMethod · 0.45
trackMethod · 0.45
loadPolygonMeshModelFunction · 0.45

Calls 1

push_backMethod · 0.45

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
loadPolygonMeshModelFunction · 0.36
load_PolygonMesh_modelFunction · 0.36