Known subclasses: cocopp.readalign.HArrayMultiReader

List of data arrays to be aligned horizontally.

Aligned horizontally means all the function values are lesser than (or equal to) the current alignment function value.

Method __init__ accepts a list of arrays or a MultiReader (i.e. a list of SingleReader) as input data type
Method calculateCurrentValue Undocumented
Method isFinished Is finished when we found the last alignment value reached.
Method getInitialValue Undocumented
Method newCurrentValue Undocumented
Method align Undocumented

Inherited from MultiReader:

Method currentLine Aggregates currentLines information.
Method currentValues Gets the list of the current alignment values.
Method nextValues Gets the list of the next alignment values.
Class SingleReader Single data array reader class.
def __init__(self, data):
accepts a list of arrays or a MultiReader (i.e. a list of SingleReader) as input data type
def calculateCurrentValue(self):
Undocumented
def isFinished(self):
Is finished when we found the last alignment value reached.
def getInitialValue(self):
Undocumented
def newCurrentValue(self):
Undocumented
def align(self, currentValue):
Undocumented
API Documentation for cocopp, generated by pydoctor at 2020-01-21 16:27:37.