コード例 #1
0
ファイル: VectorEvent.cs プロジェクト: videoai/papillon-swig
 public void SetRange(int index, VectorEvent values)
 {
     PapillonPINVOKE.VectorEvent_SetRange(swigCPtr, index, VectorEvent.getCPtr(values));
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: VectorEvent.cs プロジェクト: videoai/papillon-swig
 public VectorEvent(VectorEvent other) : this(PapillonPINVOKE.new_VectorEvent__SWIG_1(VectorEvent.getCPtr(other)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }