Exemple #1
0
    public static FeatureDouble dynamic_cast(FeatureBase arg0)
    {
        IntPtr        cPtr = libtischPINVOKE.FeatureDouble_dynamic_cast(FeatureBase.getCPtr(arg0));
        FeatureDouble ret  = (cPtr == IntPtr.Zero) ? null : new FeatureDouble(cPtr, false);

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