internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__vectorT_scidBaseT__TreeStat_t obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 2
0
 public SWIGTYPE_p_std__vectorT_scidBaseT__TreeStat_t getTreeStat(SWIGTYPE_p_HFilter filter) {
   SWIGTYPE_p_std__vectorT_scidBaseT__TreeStat_t ret = new SWIGTYPE_p_std__vectorT_scidBaseT__TreeStat_t(ScidPINVOKE.scidBaseT_getTreeStat(swigCPtr, SWIGTYPE_p_HFilter.getCPtr(filter)), true);
   if (ScidPINVOKE.SWIGPendingException.Pending) throw ScidPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }