Esempio n. 1
0
        public FbxBindingTable GetTable(int pIndex)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxImplementation_GetTable__SWIG_0(swigCPtr, pIndex);
            FbxBindingTable       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxBindingTable(cPtr, false);

            return(ret);
        }
Esempio n. 2
0
        public FbxBindingTable GetTableByTargetType(string pTargetName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxImplementation_GetTableByTargetType__SWIG_0(swigCPtr, pTargetName);
            FbxBindingTable       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxBindingTable(cPtr, false);

            return(ret);
        }
Esempio n. 3
0
        public FbxBindingTable GetRootTable()
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxImplementation_GetRootTable__SWIG_0(swigCPtr);
            FbxBindingTable       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxBindingTable(cPtr, false);

            return(ret);
        }
Esempio n. 4
0
        public new static FbxBindingTable Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxBindingTable_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxBindingTable       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxBindingTable(cPtr, false);

            return(ret);
        }
Esempio n. 5
0
        public FbxBindingTable AddNewTable(string pTargetName, string pTargetType)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxImplementation_AddNewTable(swigCPtr, pTargetName, pTargetType);
            FbxBindingTable       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxBindingTable(cPtr, false);

            return(ret);
        }
        public new static FbxBindingTable Create(FbxManager pManager, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxBindingTable_Create__SWIG_0(FbxManager.getCPtr(pManager), pName);
            FbxBindingTable       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxBindingTable(cPtr, false);

            return(ret);
        }
Esempio n. 7
0
 public bool Equals(FbxBindingTable other)
 {
     if (object.ReferenceEquals(other, null))
     {
         return(false);
     }
     return(this.swigCPtr.Handle.Equals(other.swigCPtr.Handle));
 }
Esempio n. 8
0
        public new static FbxBindingTable Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = NativeMethods.FbxBindingTable_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxBindingTable       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxBindingTable(cPtr, false);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 9
0
        public FbxBindingTable AddNewTable(string pTargetName, string pTargetType)
        {
            global::System.IntPtr cPtr = NativeMethods.FbxImplementation_AddNewTable(swigCPtr, pTargetName, pTargetType);
            FbxBindingTable       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxBindingTable(cPtr, false);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 10
0
        public FbxBindingTable GetRootTable()
        {
            global::System.IntPtr cPtr = NativeMethods.FbxImplementation_GetRootTable(swigCPtr);
            FbxBindingTable       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxBindingTable(cPtr, false);

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