| |
- Operator
class Operator |
|
Filter-like class, with the same interface, but initialized
with sequence of sources, on which implements an operation.
See Filter documentation. |
|
- DataChanged(self, par)
- DataCoord2SelectionCoord(self, data_coord)
- Destroy(self, source=None)
- GetData(self, index=0)
- GetDataSelection(self, index=0)
- GetInput(self, index)
- GetNumberSources(self)
- GetOutput(self)
- GetSource(self, index=0)
- Refresh(self)
- SelectionCoord2DataCoord(self, selection_coord)
- SetSynchronized(self, synchronized)
- __init__(self, source_seq, synchronized=1, buffer_input=0)
- source_seq: sequence of sources
| |