BTK Matlab Wrapper  0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
Functions
Modify point data

Description

Functions to modify members of a C++ btk::Point object from Matlab.

Convert data from Matlab to store them into the chosen point.

Functions

class  btkAppendPoint
 Append a new point into the given acquisition and (optionally) return an updated list of points. More...
 
class  btkClearPoints
 Remove all points in the given acquisition. More...
 
class  btkCropAcquisition
 Crop the acquistion and adapt the events' frame/time. More...
 
class  btkRemovePoint
 Delete the point with the given index or label. More...
 
class  btkSetAnalogNumber
 Sets the number of analog channels. More...
 
class  btkSetAnglesValues
 Sets angles' components from a matrix. More...
 
class  btkSetForcesValues
 Sets forces' components from a matrix. More...
 
class  btkSetMarkersResiduals
 Sets markers' residuals from a matrix. More...
 
class  btkSetMarkersValues
 Sets markers' coordinates from a matrix. More...
 
class  btkSetMomentsValues
 Sets moments' components from a matrix. More...
 
class  btkSetPoint
 Modify point's data and return updated points. More...
 
class  btkSetPointDescription
 Modify point's description and return updated points. More...
 
class  btkSetPointLabel
 Modify point's label and return updated points. More...
 
class  btkSetPointNumber
 Sets the number of points. More...
 
class  btkSetPointResiduals
 Sets point's residuals from a row vector. More...
 
class  btkSetPointsResiduals
 Sets points' residuals from a matrix. More...
 
class  btkSetPointsUnit
 Modify points' unit. More...
 
class  btkSetPointsValues
 Sets points' components from a matrix. More...
 
class  btkSetPointType
 Modify point's type and return updated points. More...
 
class  btkSetPointValues
 Sets point's coordinates (values) from a matrix. More...
 
class  btkSetPowersValues
 Sets powers' components from a matrix. More...
 
class  btkSetScalarsValues
 Sets scalars' coordinates from a matrix. More...