def __init__(this): ProcessingElement.__init__(this, 2)
def __init__(this, interval): ProcessingElement.__init__(this, 1) this.start = None this.count = 0 this.interval = interval
def __init__(this): ProcessingElement.__init__(this, 2) this.offset = 0 this.time = None
def __init__(this, numPoints): ProcessingElement.__init__(this, 1) this.numPoints = numPoints
def __init__(this, points): ProcessingElement.__init__(this, 0) this.points = points
def __init__(this): ProcessingElement.__init__(this, 0) this.time = None
def __init__(this): ProcessingElement.__init__(this, 1) this.value = None
def __init__(this, numGroups): ProcessingElement.__init__(this, 1) this.numGroups = numGroups
def __init__(this, numFrames): ProcessingElement.__init__(this, 1) this.numFrames = numFrames
def __init__(this): ProcessingElement.__init__(this, 1) this.lastFrame = None