Ejemplo n.º 1
0
 def __init__(self, first_, second_):
     this = _StepVector.new__Pair_int_float(first_, second_)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Ejemplo n.º 2
0
 def __init__(self, first_, second_):
     _StepVector._Pair_int_float_swiginit(
         self, _StepVector.new__Pair_int_float(first_, second_))
Ejemplo n.º 3
0
 def __init__(self, *args): 
     this = _StepVector.new__Pair_int_float(*args)
     try: self.this.append(this)
     except: self.this = this
Ejemplo n.º 4
0
 def __init__(self, first_, second_):
     this = _StepVector.new__Pair_int_float(first_, second_)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Ejemplo n.º 5
0
 def __init__(self, *args): 
     this = _StepVector.new__Pair_int_float(*args)
     try: self.this.append(this)
     except: self.this = this
Ejemplo n.º 6
0
 def __init__(self, first_: 'long', second_: 'double'):
     this = _StepVector.new__Pair_int_float(first_, second_)
     try:
         self.this.append(this)
     except builtins.Exception:
         self.this = this