Inheritance: IDisposable
Example #1
0
 public void GetMemoryRequirements(aiMemoryInfo in_)
 {
     assimp_swigPINVOKE.Importer_GetMemoryRequirements(swigCPtr, aiMemoryInfo.getCPtr(in_));
     if (assimp_swigPINVOKE.SWIGPendingException.Pending)
     {
         throw assimp_swigPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void GetMemoryRequirements(aiMemoryInfo arg0)
 {
     AssimpPINVOKE.Importer_GetMemoryRequirements(swigCPtr, aiMemoryInfo.getCPtr(arg0));
     if (AssimpPINVOKE.SWIGPendingException.Pending)
     {
         throw AssimpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 public void GetMemoryRequirements(aiMemoryInfo arg0) {
   AssimpPINVOKE.Importer_GetMemoryRequirements(swigCPtr, aiMemoryInfo.getCPtr(arg0));
   if (AssimpPINVOKE.SWIGPendingException.Pending) throw AssimpPINVOKE.SWIGPendingException.Retrieve();
 }
Example #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(aiMemoryInfo obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #5
0
 internal static HandleRef getCPtr(aiMemoryInfo obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #6
0
 internal static HandleRef getCPtr(aiMemoryInfo obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Example #7
0
 public static void aiGetMemoryRequirements(aiScene pIn, aiMemoryInfo in_)
 {
     assimp_swigPINVOKE.aiGetMemoryRequirements(aiScene.getCPtr(pIn), aiMemoryInfo.getCPtr(in_));
 }