Scripting API
btkSetPointType
Module | BTKPointModifier |
Description#
Modifies point's type 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. |
newtype | String with the new type (see the detailed description for the available types). |
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#
btkSetPointType(h, idx, newtype)
modifies the type of the point specified by the indexidx
.btkSetPointType(h, label, newtype)
modifies the type of the point specified by the labellabel
.
- marker ;
- angle ;
- force ;
- moment ;
- power ;