示例#1
0
 public smartPtrFeatureBase(smartPtrFeatureBase r) : this(libtischPINVOKE.new_smartPtrFeatureBase__SWIG_2(smartPtrFeatureBase.getCPtr(r)), true)
 {
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
    public smartPtrFeatureBase assign(smartPtrFeatureBase r)
    {
        smartPtrFeatureBase ret = new smartPtrFeatureBase(libtischPINVOKE.smartPtrFeatureBase_assign(swigCPtr, smartPtrFeatureBase.getCPtr(r)), false);

        if (libtischPINVOKE.SWIGPendingException.Pending)
        {
            throw libtischPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public smartPtrFeatureBase assign(smartPtrFeatureBase r) {
   smartPtrFeatureBase ret = new smartPtrFeatureBase(libtischPINVOKE.smartPtrFeatureBase_assign(swigCPtr, smartPtrFeatureBase.getCPtr(r)), false);
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public smartPtrFeatureBase(smartPtrFeatureBase r) : this(libtischPINVOKE.new_smartPtrFeatureBase__SWIG_2(smartPtrFeatureBase.getCPtr(r)), true) {
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(smartPtrFeatureBase obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
示例#6
0
 internal static HandleRef getCPtr(smartPtrFeatureBase obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }