class documentation
class HMultiReader(MultiReader):
Known subclasses: cocopp.readalign.HArrayMultiReader
Constructor: HMultiReader(data)
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 | calculate |
Undocumented |
| Method | get |
Undocumented |
| Method | is |
Is finished when we found the last alignment value reached. |
| Method | new |
Undocumented |
| Instance Variable | idx |
Undocumented |
| Instance Variable | idx |
Undocumented |
| Instance Variable | idx |
Undocumented |
| Instance Variable | idx |
Undocumented |
| Instance Variable | is |
Undocumented |
| Instance Variable | nb |
Undocumented |
Inherited from MultiReader:
| Class | |
Single data array reader class. |
| Method | current |
Aggregates currentLines information. |
| Method | current |
Gets the list of the current alignment values. |
| Method | next |
Gets the list of the next alignment values. |
| Instance Variable | is |
Undocumented |
overrides
cocopp.readalign.MultiReader.__init__overridden in
cocopp.readalign.HArrayMultiReaderaccepts a list of arrays or a MultiReader (i.e. a list of
SingleReader) as input data type