Наследование: IDisposable
Пример #1
0
        public bool op_not_equal(aiVectorKey rhs)
        {
            bool ret = assimp_swigPINVOKE.aiVectorKey_op_not_equal(swigCPtr, aiVectorKey.getCPtr(rhs));

            if (assimp_swigPINVOKE.SWIGPendingException.Pending)
            {
                throw assimp_swigPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #2
0
    public bool __nequal__(aiVectorKey o)
    {
        bool ret = AssimpPINVOKE.aiVectorKey___nequal__(swigCPtr, aiVectorKey.getCPtr(o));

        if (AssimpPINVOKE.SWIGPendingException.Pending)
        {
            throw AssimpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Пример #3
0
 public bool __greater__(aiVectorKey o) {
   bool ret = AssimpPINVOKE.aiVectorKey___greater__(swigCPtr, aiVectorKey.getCPtr(o));
   if (AssimpPINVOKE.SWIGPendingException.Pending) throw AssimpPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Пример #4
0
 internal static HandleRef getCPtr(aiVectorKey obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Пример #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(aiVectorKey obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Пример #6
0
 internal static HandleRef getCPtr(aiVectorKey obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }