| 
    BTK Python wrapper
    0.3dev.0
    
   Python bindings for the Biomechanical ToolKit library (BTK) 
   | 
 
Iterator to pass trough the collection of events. More...
Public Member Functions | |
| def | __eq__ | 
| def | __ne__ | 
| def | decr | 
| def | incr | 
| def | value | 
Iterator to pass trough the collection of events.
Proxy of C++ btkEventCollectionIterator class
| def btk.btkEventCollectionIterator.__eq__ | ( | self, | args | ) | 
__eq__(self, rhs) -> bool
| def btk.btkEventCollectionIterator.__ne__ | ( | self, | args | ) | 
__ne__(self, rhs) -> bool
| def btk.btkEventCollectionIterator.decr | ( | self | ) | 
decr(self)
| def btk.btkEventCollectionIterator.incr | ( | self | ) | 
incr(self)
| def btk.btkEventCollectionIterator.value | ( | self | ) | 
value(self) -> btkEvent
 1.8.5