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