Beispiel #1
0
    public SWIGTYPE_p_Assimp__ImporterPimpl Pimpl()
    {
        IntPtr cPtr = AssimpPINVOKE.Importer_Pimpl__SWIG_0(swigCPtr);
        SWIGTYPE_p_Assimp__ImporterPimpl ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_Assimp__ImporterPimpl(cPtr, false);

        return(ret);
    }
Beispiel #2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_Assimp__ImporterPimpl obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_Assimp__ImporterPimpl obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }