Inheritance: IDisposable
Beispiel #1
0
    public bool __smaller__(aiMeshKey o)
    {
        bool ret = AssimpPINVOKE.aiMeshKey___smaller__(swigCPtr, aiMeshKey.getCPtr(o));

        if (AssimpPINVOKE.SWIGPendingException.Pending)
        {
            throw AssimpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Beispiel #2
0
        public bool op_not_equal(aiMeshKey o)
        {
            bool ret = assimp_swigPINVOKE.aiMeshKey_op_not_equal(swigCPtr, aiMeshKey.getCPtr(o));

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