class documentation

Wrapper class of aligned data arrays to be aligned vertically.

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

Inherited from ArrayMultiReader:

Method currentLine Aggregates currentLines information.
Class Variable idx Undocumented

Inherited from VMultiReader (via ArrayMultiReader):

Method align Undocumented
Method getInitialValue Undocumented
Method isFinished Undocumented
Method newCurrentValue Undocumented
Instance Variable idxData Undocumented

Inherited from MultiReader (via ArrayMultiReader, VMultiReader):

Class SingleReader Single data array reader class.
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