Esempio n. 1
0
        public bool ne(FbxSymbol pSymbol)
        {
            bool ret = fbx_wrapperPINVOKE.FbxSymbol_ne(swigCPtr, FbxSymbol.getCPtr(pSymbol));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 2
0
        public bool eq(FbxSymbol pSymbol)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxSymbol_eq(swigCPtr, FbxSymbol.getCPtr(pSymbol));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxSymbol obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }