BTK Python wrapper  0.3dev.0
Python bindings for the Biomechanical ToolKit library (BTK)
Public Member Functions | List of all members
btk.btkAnalogData Class Reference

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
 

Detailed Description

Class storing the measures for one analog channel.

Class storing the measures for one analog channel.

Member Function Documentation

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.