BTK Python wrapper
0.3dev.0
Python bindings for the Biomechanical ToolKit library (BTK)
|
Collection of analog channels stored in a list. More...
Public Member Functions | |
def | Begin |
def | Clear |
def | Clone |
def | End |
def | GetIndexOf |
def | GetItem |
def | GetItemNumber |
def | GetTimestamp |
def | InsertItem |
def | IsEmpty |
def | RemoveItem |
def | SetItem |
def | SetItemNumber |
def | TakeItem |
def | Update |
Collection of analog channels stored in a list.
Collection of analog channels stored in a list.
def btk.btkAnalogCollection.Begin | ( | self | ) |
Begin(self) -> btkAnalogIterator Returns an iterator to the beginning of the list of items.
def btk.btkAnalogCollection.Clear | ( | self | ) |
Clear(self) Clear the contents of the collection.
def btk.btkAnalogCollection.Clone | ( | self | ) |
Clone(self) -> btkAnalogCollection Deep copy of the object
def btk.btkAnalogCollection.End | ( | self | ) |
End(self) -> btkAnalogIterator Returns an iterator just past the last item.
def btk.btkAnalogCollection.GetIndexOf | ( | self, | args | ) |
GetIndexOf(self, int) -> btkAnalog Returns the index of the given item.
def btk.btkAnalogCollection.GetItem | ( | self, | args | ) |
GetItem(self, int) -> btkAnalog Returns the analog channel for the given index.
def btk.btkAnalogCollection.GetItemNumber | ( | self | ) |
GetItemNumber(self) -> int Returns the number of analog channels
def btk.btkAnalogCollection.GetTimestamp | ( | self | ) |
GetTimestamp(self) -> unsigned long Returns the timestamp of the object.
def btk.btkAnalogCollection.InsertItem | ( | self, | args | ) |
InsertItem(self, btkAnalogIterator, btkAnalog) -> bool InsertItem(self, int, btkAnalog) -> bool InsertItem(self, btkAnalog) -> bool Inserts an analog channel in the list.
def btk.btkAnalogCollection.IsEmpty | ( | self | ) |
IsEmpty(self) -> bool Returns true if the collection is empty.
def btk.btkAnalogCollection.RemoveItem | ( | self, | args | ) |
RemoveItem(self, btkAnalogIterator) -> btkAnalogIterator RemoveItem(self, int) Removes an analog channel.
def btk.btkAnalogCollection.SetItem | ( | self, | args | ) |
SetItem(self, int) -> btkAnalog Sets an analog channel.
def btk.btkAnalogCollection.SetItemNumber | ( | self, | args | ) |
SetItemNumber(self, arg2) Sets the number of analog channels
def btk.btkAnalogCollection.TakeItem | ( | self, | args | ) |
TakeItem(self, btkAnalogIterator) -> btkAnalog TakeItem(self, int) -> btkAnalog Removes an analog channel and return it.
def btk.btkAnalogCollection.Update | ( | self | ) |
Update(self) Updates the ProcessObject associated with this DataObject.