MCPcopy 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
54void
55Selection::addIndex (unsigned int index)
56{
57 selected_indices_.insert(index);
58}
59
60void
61Selection::removeIndex (unsigned int index)

Callers 3

endMethod · 0.80
executeMethod · 0.80
endMethod · 0.80

Calls 3

insertMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected