コード例 #1
0
ファイル: math_poly.py プロジェクト: uvbs/nitro
 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
ファイル: math_poly.py プロジェクト: uvbs/nitro
 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
ファイル: math_poly.py プロジェクト: porglezomp/nitro
 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
ファイル: math_poly.py プロジェクト: ngageoint/six-library
 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
ファイル: math_poly.py プロジェクト: johnjo55/six-library
 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