MCPcopy 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
60void
61Selection::removeIndex (unsigned int index)
62{
63 selected_indices_.erase(index);
64}
65
66void
67Selection::addIndex (const IndexVector &indices)

Callers 2

endMethod · 0.80
endMethod · 0.80

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected