cocopp.readalign.HMultiReader(MultiReader) class documentationcocopp.readalign
(View In Hierarchy)
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. |