Exemple #1
0
    public bool insert_element(SGObject data)
    {
        bool ret = modshogunPINVOKE.List_insert_element(swigCPtr, SGObject.getCPtr(data));

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemple #2
0
 public ListElement(SGObject p_data) : this(modshogunPINVOKE.new_ListElement__SWIG_3(SGObject.getCPtr(p_data)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public ModelSelectionParameters(string node_name, SGObject sgobject) : this(modshogunPINVOKE.new_ModelSelectionParameters__SWIG_2(node_name, SGObject.getCPtr(sgobject)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }