Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PointCloudLibrary/pcl
/ removeIndex
Method
removeIndex
apps/point_cloud_editor/src/selection.cpp:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void
61
Selection::removeIndex (unsigned int index)
62
{
63
selected_indices_.erase(index);
64
}
65
66
void
67
Selection::addIndex (const IndexVector &indices)
Callers
2
end
Method · 0.80
end
Method · 0.80
Calls
1
erase
Method · 0.80
Tested by
no test coverage detected