PyDVT.Operator (version 1.1.0, 08/11/2002)
index
/mntdirect/_bliss/users/gobbo/PyDVT/PyDVT/Operator.py

Operator.py
Operator base class

 
Modules
            
EventHandler

 
Classes
            
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

 
Author
             Alexandre Gobbo (gobbo@esrf.fr)