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

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

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