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

Description

Modify point's description and return updated points.

Syntax:
[points, pointsInfo] = btkSetPointDescription(h, index, newdesc)
[points, pointsInfo] = btkSetPointDescription(h, label, newdesc)
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.
newdescString with the new description.
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:
btkSetPointDescription(h, idx, newdesc) modifies the description of the point specified by the index idx. btkSetPointDescription(h, label, newdesc) modifies the description of the point specified by the label label.
See Also
btkSetPointLabel, btkSetPointResiduals, btkSetPointType, btkSetPointsUnit