Beispiel #1
0
        public FbxObject Get(SWIGTYPE_p_FbxMapT_FbxString_FbxObject_p_FbxStringCompare_FbxBaseAllocator_t__RecordType pIterator)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxObjectMapFbxStringFbxStringCompare_Get(swigCPtr, SWIGTYPE_p_FbxMapT_FbxString_FbxObject_p_FbxStringCompare_FbxBaseAllocator_t__RecordType.getCPtr(pIterator));
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            return(ret);
        }
Beispiel #2
0
 public void Remove(SWIGTYPE_p_FbxMapT_FbxString_FbxObject_p_FbxStringCompare_FbxBaseAllocator_t__RecordType pIterator)
 {
     FbxWrapperNativePINVOKE.FbxSimpleMapFbxStringFbxObjectPFbxStringCompare_Remove(swigCPtr, SWIGTYPE_p_FbxMapT_FbxString_FbxObject_p_FbxStringCompare_FbxBaseAllocator_t__RecordType.getCPtr(pIterator));
 }
Beispiel #3
0
        public SWIGTYPE_p_FbxMapT_FbxString_FbxObject_p_FbxStringCompare_FbxBaseAllocator_t__RecordType Find(FbxObject pValue)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxSimpleMapFbxStringFbxObjectPFbxStringCompare_Find__SWIG_1(swigCPtr, FbxObject.getCPtr(pValue));
            SWIGTYPE_p_FbxMapT_FbxString_FbxObject_p_FbxStringCompare_FbxBaseAllocator_t__RecordType ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_FbxMapT_FbxString_FbxObject_p_FbxStringCompare_FbxBaseAllocator_t__RecordType(cPtr, false);

            return(ret);
        }
Beispiel #4
0
        public SWIGTYPE_p_FbxMapT_FbxString_FbxObject_p_FbxStringCompare_FbxBaseAllocator_t__RecordType Find(FbxString pKey)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxSimpleMapFbxStringFbxObjectPFbxStringCompare_Find__SWIG_0(swigCPtr, FbxString.getCPtr(pKey));
            SWIGTYPE_p_FbxMapT_FbxString_FbxObject_p_FbxStringCompare_FbxBaseAllocator_t__RecordType ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_FbxMapT_FbxString_FbxObject_p_FbxStringCompare_FbxBaseAllocator_t__RecordType(cPtr, false);

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