コード例 #1
0
ファイル: ShortRealMatrix.cs プロジェクト: Anshul-Bansal/gsoc
 public ShortRealMatrix(ShortRealMatrix orig) : this(modshogunPINVOKE.new_ShortRealMatrix__SWIG_5(ShortRealMatrix.getCPtr(orig)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: ShortRealMatrix.cs プロジェクト: Anshul-Bansal/gsoc
 internal static HandleRef getCPtr(ShortRealMatrix obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }