Ejemplo n.º 1
0
 def __init__(self, first: 'step_vector< double >::const_iterator',
              last_: 'step_vector< double >::const_iterator'):
     this = _StepVector.new__StepVector_Iterator_float(first, last_)
     try:
         self.this.append(this)
     except builtins.Exception:
         self.this = this
Ejemplo n.º 2
0
 def __init__(self, first, last_):
     this = _StepVector.new__StepVector_Iterator_float(first, last_)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Ejemplo n.º 3
0
 def __init__(self, first, last_):
     _StepVector._StepVector_Iterator_float_swiginit(
         self, _StepVector.new__StepVector_Iterator_float(first, last_))
Ejemplo n.º 4
0
 def __init__(self, *args): 
     this = _StepVector.new__StepVector_Iterator_float(*args)
     try: self.this.append(this)
     except: self.this = this
Ejemplo n.º 5
0
 def __init__(self, first, last_):
     this = _StepVector.new__StepVector_Iterator_float(first, last_)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Ejemplo n.º 6
0
 def __init__(self, first: "step_vector< double >::const_iterator",
              last_: "step_vector< double >::const_iterator"):
     _StepVector._StepVector_Iterator_float_swiginit(
         self, _StepVector.new__StepVector_Iterator_float(first, last_))
Ejemplo n.º 7
0
 def __init__(self, *args): 
     this = _StepVector.new__StepVector_Iterator_float(*args)
     try: self.this.append(this)
     except: self.this = this