BTK Python wrapper
0.3dev.0
Python bindings for the Biomechanical ToolKit library (BTK)
|
Class storing the measures for one analog channel. More...
Public Member Functions | |
def | Clone |
def | GetTimestamp |
def | GetValue |
def | GetValues |
def | Resize |
def | SetValue |
def | SetValues |
def | Update |
Class storing the measures for one analog channel.
Class storing the measures for one analog channel.
def btk.btkAnalogData.Clone | ( | self | ) |
Clone(self) -> btkAnalogData Deep copy of the object.
def btk.btkAnalogData.GetTimestamp | ( | self | ) |
GetTimestamp(self) -> unsigned long Returns the timestamp of the object.
def btk.btkAnalogData.GetValue | ( | self, | args | ) |
GetValue(self, idx) -> double Returns only one sample.
def btk.btkAnalogData.GetValues | ( | self | ) |
GetValues(self) -> array (NumPy) Returns the analog's values. WARNING:You cannot set values using this method.
def btk.btkAnalogData.Resize | ( | self, | args | ) |
Resize(self, int) Resize the data to the given number of frames.
def btk.btkAnalogData.SetValue | ( | self, | args | ) |
SetValue(self, int, double) Sets only one sample.
def btk.btkAnalogData.SetValues | ( | self, | args | ) |
SetValues(self, array) Sets the analog's values.
def btk.btkAnalogData.Update | ( | self | ) |
Update(self) Updates the ProcessObject associated with this DataObject.