Exemple #1
0
    def __init__(self, *args):
        this = _intrules.new_IntegrationPointArray(*args)
        try:
            self.this.append(this)
        except __builtin__.Exception:
            self.this = this

        if len(args) == 1 and isinstance(args[0], list):
            self.MakeDataOwner()
Exemple #2
0
    def __init__(self, *args):
        r"""
        __init__(IntegrationPointArray self, int asize=0) -> IntegrationPointArray
        __init__(IntegrationPointArray self, IntegrationPoint _data, int asize) -> IntegrationPointArray
        __init__(IntegrationPointArray self, IntegrationPointArray src) -> IntegrationPointArray
        """
        _intrules.IntegrationPointArray_swiginit(
            self, _intrules.new_IntegrationPointArray(*args))

        if len(args) == 1 and isinstance(args[0], list):
            self.MakeDataOwner()