public FbxHungryAllocator(FbxHungryAllocator pOther) : this(FbxWrapperNativePINVOKE.new_FbxHungryAllocator__SWIG_1(FbxHungryAllocator.getCPtr(pOther)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public FbxHungryAllocator assign(FbxHungryAllocator pOther)
        {
            FbxHungryAllocator ret = new FbxHungryAllocator(FbxWrapperNativePINVOKE.FbxHungryAllocator_assign(swigCPtr, FbxHungryAllocator.getCPtr(pOther)), false);

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