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