class documentation

class HMultiReader(MultiReader):

Known subclasses: cocopp.readalign.HArrayMultiReader

Constructor: HMultiReader(data)

View In Hierarchy

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 align Undocumented
Method calculateCurrentValue Undocumented
Method getInitialValue Undocumented
Method isFinished Is finished when we found the last alignment value reached.
Method newCurrentValue Undocumented
Instance Variable idx Undocumented
Instance Variable idxCurrentF Undocumented
Instance Variable idxCurrentFOld Undocumented
Instance Variable idxData Undocumented
Instance Variable isNegative Undocumented
Instance Variable nbPtsF Undocumented

Inherited from MultiReader:

Class SingleReader Single data array reader class.
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.
Instance Variable isHArray Undocumented
def __init__(self, data):

accepts a list of arrays or a MultiReader (i.e. a list of SingleReader) as input data type

def align(self, currentValue):

Undocumented

def calculateCurrentValue(self):

Undocumented

def getInitialValue(self):

Undocumented

def isFinished(self):

Is finished when we found the last alignment value reached.

def newCurrentValue(self):

Undocumented

idx =

Undocumented

idxCurrentF =

Undocumented

idxCurrentFOld =

Undocumented

idxData =

Undocumented

isNegative: bool =

Undocumented

nbPtsF =

Undocumented