Пример #1
0
 def __init__(self, *args): 
     """
     __init__(self) -> Poly2D
     __init__(self, size_t orderX, size_t orderY) -> Poly2D
     """
     this = _math_poly.new_Poly2D(*args)
     try: self.this.append(this)
     except: self.this = this
Пример #2
0
 def __init__(self, *args):
     """
     __init__(self) -> Poly2D
     __init__(self, size_t orderX, size_t orderY) -> Poly2D
     """
     this = _math_poly.new_Poly2D(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
Пример #3
0
 def __init__(self, *args):
     """
     __init__(math::poly::TwoD<(double)> self) -> Poly2D
     __init__(math::poly::TwoD<(double)> self, size_t orderX, size_t orderY) -> Poly2D
     __init__(math::poly::TwoD<(double)> self, Poly1DVector v) -> Poly2D
     """
     this = _math_poly.new_Poly2D(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Пример #4
0
 def __init__(self, *args):
     """
     __init__(math::poly::TwoD<(double)> self) -> Poly2D
     __init__(math::poly::TwoD<(double)> self, size_t orderX, size_t orderY) -> Poly2D
     __init__(math::poly::TwoD<(double)> self, std::vector< math::poly::OneD< double >,std::allocator< math::poly::OneD< double > > > const & v) -> Poly2D
     """
     this = _math_poly.new_Poly2D(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
Пример #5
0
 def __init__(self, *args):
     """
     __init__(math::poly::TwoD<(double)> self) -> Poly2D
     __init__(math::poly::TwoD<(double)> self, size_t orderX, size_t orderY) -> Poly2D
     __init__(math::poly::TwoD<(double)> self, Poly1DVector v) -> Poly2D
     """
     this = _math_poly.new_Poly2D(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Пример #6
0
 def __init__(self, *args):
     """
     __init__(math::poly::TwoD<(double)> self) -> Poly2D
     __init__(math::poly::TwoD<(double)> self, size_t orderX, size_t orderY) -> Poly2D
     __init__(math::poly::TwoD<(double)> self, std::vector< math::poly::OneD< double >,std::allocator< math::poly::OneD< double > > > const & v) -> Poly2D
     """
     this = _math_poly.new_Poly2D(*args)
     try:
         self.this.append(this)
     except:
         self.this = this