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

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

Public Member Functions

def __eq__
 
def __ne__
 
def decr
 
def incr
 
def value
 

Detailed Description

Iterator to pass trough the collection of points.

Proxy of C++ btkPointCollectionIterator class

Member Function Documentation

def btk.btkPointCollectionIterator.__eq__ (   self,   args  )
__eq__(self, rhs) -> bool
def btk.btkPointCollectionIterator.__ne__ (   self,   args  )
__ne__(self, rhs) -> bool
def btk.btkPointCollectionIterator.decr (   self )
decr(self)
def btk.btkPointCollectionIterator.incr (   self )
incr(self)
def btk.btkPointCollectionIterator.value (   self )
value(self) -> btkPoint