Scripting API
btkSetPointDescription
| Module | BTKPointModifier |
Description#
Modifies point's description and returns updated points.
Parameters#
| h | Handle pointing to a C++ btk::Acquisition object. |
| index | Integer containing the index of the point to modify. |
| label | String containing the label of the point to modify. |
| newdesc | String with the new description. |
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#
btkSetPointDescription(h, index, newdesc)modifies the description of the point specified by the indexidx.btkSetPointDescription(h, label, newdesc)modifies the description of the point specified by the labellabel.