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

Iterator to pass trough the collection of events. More...

Public Member Functions

def __eq__
 
def __ne__
 
def decr
 
def incr
 
def value
 

Detailed Description

Iterator to pass trough the collection of events.

Proxy of C++ btkEventCollectionIterator class

Member Function Documentation

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