Scripting API
btkRemovePoint
| Module | BTKPointModifier |
Description#
Deletes the point with the given index or label.
Parameters#
| h | Handle pointing to a C++ btk::Acquisition object. |
| idx | Integer with the index of the point to remove. |
| label | String with the label of the point to remove. |
Returned Values#
| points | Updated list of points. Its format is the same than using the function |
| pointsInfo | Updated informations related to the points. Its format is the same than using the function |
Detailed Description#
btkRemovePoint(h, idx)removes the point with the given index.btkRemovePoint(h, label)removes the point with the given label.