Ejemplo n.º 1
0
        public static FbxObject Clone(FbxObject pObject, SWIGTYPE_p_FbxMapT_FbxObject_p_FbxCloneManager__CloneSetElement_FbxLessCompareT_FbxObject_p_t_FbxBaseAllocator_t pSet)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxCloneManager_Clone__SWIG_5(FbxObject.getCPtr(pObject), SWIGTYPE_p_FbxMapT_FbxObject_p_FbxCloneManager__CloneSetElement_FbxLessCompareT_FbxObject_p_t_FbxBaseAllocator_t.getCPtr(pSet));
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            return(ret);
        }
Ejemplo n.º 2
0
 public virtual void AddDependents(SWIGTYPE_p_FbxMapT_FbxObject_p_FbxCloneManager__CloneSetElement_FbxLessCompareT_FbxObject_p_t_FbxBaseAllocator_t pSet, FbxObject pObject)
 {
     fbx_wrapperPINVOKE.FbxCloneManager_AddDependents__SWIG_3(swigCPtr, SWIGTYPE_p_FbxMapT_FbxObject_p_FbxCloneManager__CloneSetElement_FbxLessCompareT_FbxObject_p_t_FbxBaseAllocator_t.getCPtr(pSet), FbxObject.getCPtr(pObject));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 public virtual void AddDependents(SWIGTYPE_p_FbxMapT_FbxObject_p_FbxCloneManager__CloneSetElement_FbxLessCompareT_FbxObject_p_t_FbxBaseAllocator_t pSet, FbxObject pObject, FbxCloneManager.CloneSetElement pCloneOptions)
 {
     FbxWrapperNativePINVOKE.FbxCloneManager_AddDependents__SWIG_2(swigCPtr, SWIGTYPE_p_FbxMapT_FbxObject_p_FbxCloneManager__CloneSetElement_FbxLessCompareT_FbxObject_p_t_FbxBaseAllocator_t.getCPtr(pSet), FbxObject.getCPtr(pObject), FbxCloneManager.CloneSetElement.getCPtr(pCloneOptions));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 4
0
        public virtual bool Clone(SWIGTYPE_p_FbxMapT_FbxObject_p_FbxCloneManager__CloneSetElement_FbxLessCompareT_FbxObject_p_t_FbxBaseAllocator_t pSet)
        {
            bool ret = fbx_wrapperPINVOKE.FbxCloneManager_Clone__SWIG_3(swigCPtr, SWIGTYPE_p_FbxMapT_FbxObject_p_FbxCloneManager__CloneSetElement_FbxLessCompareT_FbxObject_p_t_FbxBaseAllocator_t.getCPtr(pSet));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 5
0
        public virtual bool Clone(SWIGTYPE_p_FbxMapT_FbxObject_p_FbxCloneManager__CloneSetElement_FbxLessCompareT_FbxObject_p_t_FbxBaseAllocator_t pSet, FbxObject pContainer)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxCloneManager_Clone__SWIG_2(swigCPtr, SWIGTYPE_p_FbxMapT_FbxObject_p_FbxCloneManager__CloneSetElement_FbxLessCompareT_FbxObject_p_t_FbxBaseAllocator_t.getCPtr(pSet), FbxObject.getCPtr(pContainer));

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