internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__vectorT_eogmaneo__VisibleLayerDesc_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#2
0
 public void create(int hiddenWidth, int hiddenHeight, int chunkSize, bool hasFeedBack, SWIGTYPE_p_std__vectorT_eogmaneo__VisibleLayerDesc_t visibleLayerDescs, uint seed)
 {
     eogmaneoPINVOKE.Layer_create(swigCPtr, hiddenWidth, hiddenHeight, chunkSize, hasFeedBack, SWIGTYPE_p_std__vectorT_eogmaneo__VisibleLayerDesc_t.getCPtr(visibleLayerDescs), seed);
     if (eogmaneoPINVOKE.SWIGPendingException.Pending)
     {
         throw eogmaneoPINVOKE.SWIGPendingException.Retrieve();
     }
 }