Ejemplo n.º 1
0
 public FbxMemoryPool(uint pBlockSize, SWIGTYPE_p_signed___int64 pBlockCount, bool pResizable) : this(FbxWrapperNativePINVOKE.new_FbxMemoryPool__SWIG_1(pBlockSize, SWIGTYPE_p_signed___int64.getCPtr(pBlockCount), pResizable), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public FbxTime(SWIGTYPE_p_signed___int64 pTime) : this(FbxWrapperNativePINVOKE.new_FbxTime__SWIG_0(SWIGTYPE_p_signed___int64.getCPtr(pTime)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 public FbxMemoryPool(uint pBlockSize, SWIGTYPE_p_signed___int64 pBlockCount) : this(fbx_wrapperPINVOKE.new_FbxMemoryPool__SWIG_2(pBlockSize, SWIGTYPE_p_signed___int64.getCPtr(pBlockCount)), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 4
0
 public virtual void Seek(SWIGTYPE_p_signed___int64 pOffset, FbxFile.ESeekPos pSeekPos)
 {
     fbx_wrapperPINVOKE.FbxStream_Seek(swigCPtr, SWIGTYPE_p_signed___int64.getCPtr(pOffset), (int)pSeekPos);
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 5
0
 public void SetMilliSeconds(SWIGTYPE_p_signed___int64 pMilliSeconds)
 {
     FbxWrapperNativePINVOKE.FbxTime_SetMilliSeconds(swigCPtr, SWIGTYPE_p_signed___int64.getCPtr(pMilliSeconds));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 6
0
 public void Set(SWIGTYPE_p_signed___int64 pTime)
 {
     fbx_wrapperPINVOKE.FbxTime_Set(swigCPtr, SWIGTYPE_p_signed___int64.getCPtr(pTime));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 7
0
 public virtual void Seek(SWIGTYPE_p_signed___int64 pOffset)
 {
     fbx_wrapperPINVOKE.FbxFile_Seek__SWIG_1(swigCPtr, SWIGTYPE_p_signed___int64.getCPtr(pOffset));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 8
0
 public void SetFrame(SWIGTYPE_p_signed___int64 pFrames)
 {
     FbxWrapperNativePINVOKE.FbxTime_SetFrame__SWIG_1(swigCPtr, SWIGTYPE_p_signed___int64.getCPtr(pFrames));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 9
0
 public virtual void Seek(SWIGTYPE_p_signed___int64 pOffset, FbxFile.ESeekPos pSeekPos)
 {
     FbxWrapperNativePINVOKE.FbxFile_Seek__SWIG_0(swigCPtr, SWIGTYPE_p_signed___int64.getCPtr(pOffset), (int)pSeekPos);
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 10
0
 public void SetFrame(SWIGTYPE_p_signed___int64 pFrames, FbxTime.EMode pTimeMode)
 {
     fbx_wrapperPINVOKE.FbxTime_SetFrame__SWIG_0(swigCPtr, SWIGTYPE_p_signed___int64.getCPtr(pFrames), (int)pTimeMode);
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 11
0
        public static bool Or(SWIGTYPE_p_signed___int64 pPtr, SWIGTYPE_p_signed___int64 pVal)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxAtomOp_Or(SWIGTYPE_p_signed___int64.getCPtr(pPtr), SWIGTYPE_p_signed___int64.getCPtr(pVal));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 12
0
        public static SWIGTYPE_p_signed___int64 NandAndFetch(SWIGTYPE_p_signed___int64 pPtr, SWIGTYPE_p_signed___int64 pVal)
        {
            SWIGTYPE_p_signed___int64 ret = new SWIGTYPE_p_signed___int64(FbxWrapperNativePINVOKE.FbxAtomOp_NandAndFetch(SWIGTYPE_p_signed___int64.getCPtr(pPtr), SWIGTYPE_p_signed___int64.getCPtr(pVal)), true);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 13
0
        public static bool CompareAndSwap(SWIGTYPE_p_signed___int64 pPtr, SWIGTYPE_p_signed___int64 pOld, SWIGTYPE_p_signed___int64 pSwap)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxAtomOp_CompareAndSwap(SWIGTYPE_p_signed___int64.getCPtr(pPtr), SWIGTYPE_p_signed___int64.getCPtr(pOld), SWIGTYPE_p_signed___int64.getCPtr(pSwap));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 14
0
        public static SWIGTYPE_p_signed___int64 XorAndFetch(SWIGTYPE_p_signed___int64 pPtr, SWIGTYPE_p_signed___int64 pVal)
        {
            SWIGTYPE_p_signed___int64 ret = new SWIGTYPE_p_signed___int64(fbx_wrapperPINVOKE.FbxAtomOp_XorAndFetch(SWIGTYPE_p_signed___int64.getCPtr(pPtr), SWIGTYPE_p_signed___int64.getCPtr(pVal)), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 15
0
        public static bool And(SWIGTYPE_p_signed___int64 pPtr, SWIGTYPE_p_signed___int64 pVal)
        {
            bool ret = fbx_wrapperPINVOKE.FbxAtomOp_And(SWIGTYPE_p_signed___int64.getCPtr(pPtr), SWIGTYPE_p_signed___int64.getCPtr(pVal));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 16
0
        public static SWIGTYPE_p_signed___int64 FbxMin(SWIGTYPE_p_signed___int64 arg0)
        {
            SWIGTYPE_p_signed___int64 ret = new SWIGTYPE_p_signed___int64(fbx_wrapperPINVOKE.FbxMin__SWIG_6(SWIGTYPE_p_signed___int64.getCPtr(arg0)), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 17
0
        public virtual bool Truncate(SWIGTYPE_p_signed___int64 pSize)
        {
            bool ret = fbx_wrapperPINVOKE.FbxFile_Truncate(swigCPtr, SWIGTYPE_p_signed___int64.getCPtr(pSize));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 18
0
        public static long ToInt64(SWIGTYPE_p_signed___int64 value)
        {
            long ret = FbxWrapperNativePINVOKE.FbxTime_ToInt64(SWIGTYPE_p_signed___int64.getCPtr(value));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 19
0
        public static SWIGTYPE_p_signed___int64 GetOneFrameValue()
        {
            SWIGTYPE_p_signed___int64 ret = new SWIGTYPE_p_signed___int64(FbxWrapperNativePINVOKE.FbxTime_GetOneFrameValue__SWIG_1(), true);

            return(ret);
        }
Ejemplo n.º 20
0
        public SWIGTYPE_p_signed___int64 GetFieldCount()
        {
            SWIGTYPE_p_signed___int64 ret = new SWIGTYPE_p_signed___int64(FbxWrapperNativePINVOKE.FbxTime_GetFieldCount__SWIG_1(swigCPtr), true);

            return(ret);
        }
Ejemplo n.º 21
0
        public SWIGTYPE_p_signed___int64 GetFieldCount(FbxTime.EMode pTimeMode)
        {
            SWIGTYPE_p_signed___int64 ret = new SWIGTYPE_p_signed___int64(FbxWrapperNativePINVOKE.FbxTime_GetFieldCount__SWIG_0(swigCPtr, (int)pTimeMode), true);

            return(ret);
        }
Ejemplo n.º 22
0
        public static SWIGTYPE_p_signed___int64 DecAndFetch(SWIGTYPE_p_signed___int64 pPtr)
        {
            SWIGTYPE_p_signed___int64 ret = new SWIGTYPE_p_signed___int64(FbxWrapperNativePINVOKE.FbxAtomOp_DecAndFetch(SWIGTYPE_p_signed___int64.getCPtr(pPtr)), true);

            return(ret);
        }
Ejemplo n.º 23
0
 public static void Dec(SWIGTYPE_p_signed___int64 pPtr)
 {
     FbxWrapperNativePINVOKE.FbxAtomOp_Dec(SWIGTYPE_p_signed___int64.getCPtr(pPtr));
 }
Ejemplo n.º 24
0
        public virtual SWIGTYPE_p_signed___int64 Tell()
        {
            SWIGTYPE_p_signed___int64 ret = new SWIGTYPE_p_signed___int64(FbxWrapperNativePINVOKE.FbxFile_Tell(swigCPtr), true);

            return(ret);
        }
Ejemplo n.º 25
0
        public static SWIGTYPE_p_signed___int64 ToFbxLongLong(long value)
        {
            SWIGTYPE_p_signed___int64 ret = new SWIGTYPE_p_signed___int64(FbxWrapperNativePINVOKE.FbxTime_ToFbxLongLong(value), true);

            return(ret);
        }
Ejemplo n.º 26
0
        public static SWIGTYPE_p_signed___int64 Size(string pFilePath_UTF8)
        {
            SWIGTYPE_p_signed___int64 ret = new SWIGTYPE_p_signed___int64(FbxWrapperNativePINVOKE.FbxFileUtils_Size(pFilePath_UTF8), true);

            return(ret);
        }
Ejemplo n.º 27
0
        public virtual SWIGTYPE_p_signed___int64 GetSize()
        {
            SWIGTYPE_p_signed___int64 ret = new SWIGTYPE_p_signed___int64(fbx_wrapperPINVOKE.FbxFile_GetSize(swigCPtr), true);

            return(ret);
        }
Ejemplo n.º 28
0
        public SWIGTYPE_p_signed___int64 GetMilliSeconds()
        {
            SWIGTYPE_p_signed___int64 ret = new SWIGTYPE_p_signed___int64(FbxWrapperNativePINVOKE.FbxTime_GetMilliSeconds(swigCPtr), true);

            return(ret);
        }
Ejemplo n.º 29
0
        public static SWIGTYPE_p_signed___int64 IncAndFetch(SWIGTYPE_p_signed___int64 pPtr)
        {
            SWIGTYPE_p_signed___int64 ret = new SWIGTYPE_p_signed___int64(fbx_wrapperPINVOKE.FbxAtomOp_IncAndFetch(SWIGTYPE_p_signed___int64.getCPtr(pPtr)), true);

            return(ret);
        }
Ejemplo n.º 30
0
 public static void Inc(SWIGTYPE_p_signed___int64 pPtr)
 {
     fbx_wrapperPINVOKE.FbxAtomOp_Inc(SWIGTYPE_p_signed___int64.getCPtr(pPtr));
 }