Example #1
0
 public FbxHalfFloat(FbxHalfFloat pVal) : this(FbxWrapperNativePINVOKE.new_FbxHalfFloat__SWIG_2(FbxHalfFloat.getCPtr(pVal)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
        public bool ne(FbxHalfFloat pRHS)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxHalfFloat_ne(swigCPtr, FbxHalfFloat.getCPtr(pRHS));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #3
0
        public FbxHalfFloat assign(FbxHalfFloat pValue)
        {
            FbxHalfFloat ret = new FbxHalfFloat(FbxWrapperNativePINVOKE.FbxHalfFloat_assign(swigCPtr, FbxHalfFloat.getCPtr(pValue)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #4
0
        public bool eq(FbxHalfFloat pRHS)
        {
            bool ret = fbx_wrapperPINVOKE.FbxHalfFloat_eq(swigCPtr, FbxHalfFloat.getCPtr(pRHS));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxHalfFloat obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }