Beispiel #1
0
 public void SetUserDataPtr(SWIGTYPE_p_unsigned___int64 pUserID, SWIGTYPE_p_void pUserData)
 {
     fbx_wrapperPINVOKE.FbxObject_SetUserDataPtr__SWIG_0(swigCPtr, SWIGTYPE_p_unsigned___int64.getCPtr(pUserID), SWIGTYPE_p_void.getCPtr(pUserData));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
        public static SWIGTYPE_p_unsigned___int64 FbxMin(SWIGTYPE_p_unsigned___int64 arg0)
        {
            SWIGTYPE_p_unsigned___int64 ret = new SWIGTYPE_p_unsigned___int64(fbx_wrapperPINVOKE.FbxMin__SWIG_7(SWIGTYPE_p_unsigned___int64.getCPtr(arg0)), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #3
0
        public SWIGTYPE_p_void GetUserDataPtr(SWIGTYPE_p_unsigned___int64 pUserID)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxObject_GetUserDataPtr__SWIG_0(swigCPtr, SWIGTYPE_p_unsigned___int64.getCPtr(pUserID));
            SWIGTYPE_p_void       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_void(cPtr, false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #4
0
        public SWIGTYPE_p_unsigned___int64 at(int pIndex)
        {
            SWIGTYPE_p_unsigned___int64 ret = new SWIGTYPE_p_unsigned___int64(FbxWrapperNativePINVOKE.FbxCharPtrSet_at(swigCPtr, pIndex), false);

            return(ret);
        }
Beispiel #5
0
        public SWIGTYPE_p_unsigned___int64 GetUniqueID()
        {
            SWIGTYPE_p_unsigned___int64 ret = new SWIGTYPE_p_unsigned___int64(fbx_wrapperPINVOKE.FbxObject_GetUniqueID(swigCPtr), false);

            return(ret);
        }
Beispiel #6
0
        public ulong GetFromIndex(int pIndex, SWIGTYPE_p_unsigned___int64 pKey)
        {
            ulong ret = FbxWrapperNativePINVOKE.FbxMultiMap_GetFromIndex__SWIG_0(swigCPtr, pIndex, SWIGTYPE_p_unsigned___int64.getCPtr(pKey));

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_unsigned___int64 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }