def __init__(self, *args):
     this = _EST_Wave.new_EST_Wave(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
Esempio n. 2
0
 def __init__(self, *args):
     _swig_setattr(self, EST_Wave, 'this', _EST_Wave.new_EST_Wave(*args))
     _swig_setattr(self, EST_Wave, 'thisown', 1)
Esempio n. 3
0
 def __init__(self, *args): 
     this = _EST_Wave.new_EST_Wave(*args)
     try: self.this.append(this)
     except: self.this = this