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

Description

Modify point's type and return updated points.

Syntax:
[points, pointsInfo] = btkSetPointType(h, index, newtype)
[points, pointsInfo] = btkSetPointType(h, label, newtype)
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.
newtypeString with the new type (see the detailed description for the available types).
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:
btkSetPointType(h, idx, newtype) modifies the type of the point specified by the index idx. btkSetPointType(h, label, newtype) modifies the type of the point specified by the label label.

The type must be a string corresponding to one of the following type:
  • marker ;
  • angle ;
  • force ;
  • moment ;
  • power ;
  • scalar ;
  • reaction.
See Also
btkSetPointDescription, btkSetPointLabel, btkSetPointResiduals, btkSetPointsUnit