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

Description

Modify point's data and return updated points.

Syntax:
[points, pointsInfo] = btkSetPoint(h, idx, values)
[points, pointsInfo] = btkSetPoint(h, idx, values, residuals)
[points, pointsInfo] = btkSetPoint(h, idx, values, residuals, desc)
[points, pointsInfo] = btkSetPoint(h, label, values)
[points, pointsInfo] = btkSetPoint(h, label, values, residuals)
[points, pointsInfo] = btkSetPoint(h, label, values, residuals, desc)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
idxInteger containing the index of the point to modify.
labelString containing the label of the point to modify.
valuesMatrix of reals (n,3) with the new components.
residualsVector of reals with the new residuals.
descriptionString 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:
Remark: The residual is an informational parameter and is not available in every file format.