Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PointCloudLibrary/pcl
/ addIndex
Method
addIndex
apps/point_cloud_editor/src/selection.cpp:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void
55
Selection::addIndex (unsigned int index)
56
{
57
selected_indices_.insert(index);
58
}
59
60
void
61
Selection::removeIndex (unsigned int index)
Callers
3
end
Method · 0.80
execute
Method · 0.80
end
Method · 0.80
Calls
3
insert
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected