BTK Matlab Wrapper  0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
btkSetPointLabel Class Reference

Description

Modify point's label and return updated points.

Syntax:
[points, pointsInfo] = btkSetPointLabel(h, index, newlabel)
[points, pointsInfo] = btkSetPointLabel(h, label, newlabel)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
indexInteger containing the index of the point to modify.
labelString containing the label of the point to modify.
newlabelString with the new label.
Return values
pointsUpdated list of points. Its format is the same than using the function btkGetPoints.
pointsInfoUpdated informations related to the points. Its format is the same than using the function btkGetPoints.
Detailed description:
btkSetPointLabel(h, idx, newlabel) modifies the label of the point specified by the index idx. btkSetPointLabel(h, label, newlabel) modifies the label of the point specified by the label label.
See Also
btkSetPointDescription, btkSetPointResiduals, btkSetPointType, btkSetPointsUnit