def __init__(self, *args): """ __init__(mfem::Point self) -> Point __init__(mfem::Point self, int const * ind, int attr=-1) -> Point __init__(mfem::Point self, int const * ind) -> Point """ this = _point.new_Point(*args) try: self.this.append(this) except __builtin__.Exception: self.this = this
def __init__(self, *args): this = _point.new_Point(*args) try: self.this.append(this) except __builtin__.Exception: self.this = this
def __init__(self, *args): r""" __init__(Point self) -> Point __init__(Point self, int const * ind, int attr=-1) -> Point """ _point.Point_swiginit(self, _point.new_Point(*args))
def __init__(self, ix=0., iy=0.): this = _point.new_Point(ix, iy) try: self.this.append(this) except __builtin__.Exception: self.this = this