Exemple #1
0
 def __init__(this):
   ProcessingElement.__init__(this, 2)
Exemple #2
0
 def __init__(this, interval):
   ProcessingElement.__init__(this, 1)
   this.start = None
   this.count = 0
   this.interval = interval
Exemple #3
0
 def __init__(this):
   ProcessingElement.__init__(this, 2)
   this.offset = 0
   this.time = None
Exemple #4
0
 def __init__(this, numPoints):
   ProcessingElement.__init__(this, 1)
   this.numPoints = numPoints
Exemple #5
0
 def __init__(this, points):
   ProcessingElement.__init__(this, 0)
   this.points = points
Exemple #6
0
 def __init__(this):
   ProcessingElement.__init__(this, 0)
   this.time = None
Exemple #7
0
 def __init__(this):
   ProcessingElement.__init__(this, 1)
   this.value = None
Exemple #8
0
 def __init__(this, numGroups):
   ProcessingElement.__init__(this, 1)
   this.numGroups = numGroups
Exemple #9
0
 def __init__(this, numFrames):
   ProcessingElement.__init__(this, 1)
   this.numFrames = numFrames
Exemple #10
0
 def __init__(this):
   ProcessingElement.__init__(this, 1)
   this.lastFrame = None