Esempio n. 1
0
    public override FeatureBase clone()
    {
        IntPtr  cPtr = libtischPINVOKE.BlobDim_clone(swigCPtr);
        BlobDim ret  = (cPtr == IntPtr.Zero) ? null : new BlobDim(cPtr, false);

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

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