Ejemplo n.º 1
0
 public void SetFinalMatSig(SWIGTYPE_p_matSigT ms) {
   ScidPINVOKE.IndexEntry_SetFinalMatSig(swigCPtr, SWIGTYPE_p_matSigT.getCPtr(ms));
   if (ScidPINVOKE.SWIGPendingException.Pending) throw ScidPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_matSigT obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 3
0
 public SWIGTYPE_p_matSigT GetFinalMatSig() {
   SWIGTYPE_p_matSigT ret = new SWIGTYPE_p_matSigT(ScidPINVOKE.IndexEntry_GetFinalMatSig(swigCPtr), true);
   return ret;
 }