Example #1
0
    public override FeatureBase clone()
    {
        IntPtr  cPtr = libtischPINVOKE.BlobPos_clone(swigCPtr);
        BlobPos ret  = (cPtr == IntPtr.Zero) ? null : new BlobPos(cPtr, false);

        if (libtischPINVOKE.SWIGPendingException.Pending)
        {
            throw libtischPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Example #2
0
    public new static BlobPos dynamic_cast(FeatureBase arg0)
    {
        IntPtr  cPtr = libtischPINVOKE.BlobPos_dynamic_cast(FeatureBase.getCPtr(arg0));
        BlobPos ret  = (cPtr == IntPtr.Zero) ? null : new BlobPos(cPtr, false);

        if (libtischPINVOKE.SWIGPendingException.Pending)
        {
            throw libtischPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Example #3
0
 internal static HandleRef getCPtr(BlobPos obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #4
0
 internal static HandleRef getCPtr(BlobPos obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }