BTK Python wrapper
0.3dev.0
Python bindings for the Biomechanical ToolKit library (BTK)
|
Class storing the measures for a point (3D values and residuals along the time). More...
Public Member Functions | |
def | Clone |
def | GetResidual |
def | GetResiduals |
def | GetTimestamp |
def | GetValue |
def | GetValues |
def | Resize |
def | SetResidual |
def | SetResiduals |
def | SetValue |
def | SetValues |
def | Update |
Class storing the measures for a point (3D values and residuals along the time).
Class storing the measures for a point (3D values and residuals along the time).
def btk.btkPointData.Clone | ( | self | ) |
Clone(self) -> btkPointData Deep copy of the object.
def btk.btkPointData.GetResidual | ( | self, | args | ) |
GetResidual(self, idx) -> double
def btk.btkPointData.GetResiduals | ( | self | ) |
GetResiduals(self) -> array (NumPy) Returns the point's residuals.
def btk.btkPointData.GetTimestamp | ( | self | ) |
GetTimestamp(self) -> unsigned long Returns the timestamp of the object.
def btk.btkPointData.GetValue | ( | self, | args | ) |
GetValue(self, row, col) -> double
def btk.btkPointData.GetValues | ( | self | ) |
GetValues(self) -> array (NumPy) Returns the point's values. WARNING:You cannot set values using this method.
def btk.btkPointData.Resize | ( | self, | args | ) |
Resize(self, int) Resize the data to the given number of frames.
def btk.btkPointData.SetResidual | ( | self, | args | ) |
SetResidual(self, idx, v)
def btk.btkPointData.SetResiduals | ( | self, | args | ) |
SetResiduals(self, array) Sets the point's residuals.
def btk.btkPointData.SetValue | ( | self, | args | ) |
SetValue(self, row, col, v)
def btk.btkPointData.SetValues | ( | self, | args | ) |
SetValues(self, array) Sets the point's values.
def btk.btkPointData.Update | ( | self | ) |
Update(self) Updates the ProcessObject associated with this DataObject.