상속: IDisposable
예제 #1
0
        public bool op_not_equal(aiQuatKey rhs)
        {
            bool ret = assimp_swigPINVOKE.aiQuatKey_op_not_equal(swigCPtr, aiQuatKey.getCPtr(rhs));

            if (assimp_swigPINVOKE.SWIGPendingException.Pending)
            {
                throw assimp_swigPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #2
0
    public bool __nequal__(aiQuatKey o)
    {
        bool ret = AssimpPINVOKE.aiQuatKey___nequal__(swigCPtr, aiQuatKey.getCPtr(o));

        if (AssimpPINVOKE.SWIGPendingException.Pending)
        {
            throw AssimpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
예제 #3
0
 public bool __greater__(aiQuatKey o) {
   bool ret = AssimpPINVOKE.aiQuatKey___greater__(swigCPtr, aiQuatKey.getCPtr(o));
   if (AssimpPINVOKE.SWIGPendingException.Pending) throw AssimpPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
예제 #4
0
 internal static HandleRef getCPtr(aiQuatKey obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #5
0
 public bool __greater__(aiQuatKey o) {
   bool ret = AssimpPINVOKE.aiQuatKey___greater__(swigCPtr, aiQuatKey.getCPtr(o));
   if (AssimpPINVOKE.SWIGPendingException.Pending) throw AssimpPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
예제 #6
0
 internal static HandleRef getCPtr(aiQuatKey obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(aiQuatKey obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }