public void SetRange(int index, VectorEvent values) { PapillonPINVOKE.VectorEvent_SetRange(swigCPtr, index, VectorEvent.getCPtr(values)); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public VectorEvent(VectorEvent other) : this(PapillonPINVOKE.new_VectorEvent__SWIG_1(VectorEvent.getCPtr(other)), true) { if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }