public void SetRange(int index, CommonMvVector values) { commonWRAPPINVOKE.CommonMvVector_SetRange(swigCPtr, index, CommonMvVector.getCPtr(values)); if (commonWRAPPINVOKE.SWIGPendingException.Pending) { throw commonWRAPPINVOKE.SWIGPendingException.Retrieve(); } }
public static CommonMvVector Repeat(CommonMv value, int count) { IntPtr cPtr = commonWRAPPINVOKE.CommonMvVector_Repeat(CommonMv.getCPtr(value), count); CommonMvVector ret = (cPtr == IntPtr.Zero) ? null : new CommonMvVector(cPtr, true); if (commonWRAPPINVOKE.SWIGPendingException.Pending) { throw commonWRAPPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public CommonMvVector GetRange(int index, int count) { IntPtr cPtr = commonWRAPPINVOKE.CommonMvVector_GetRange(swigCPtr, index, count); CommonMvVector ret = (cPtr == IntPtr.Zero) ? null : new CommonMvVector(cPtr, true); if (commonWRAPPINVOKE.SWIGPendingException.Pending) { throw commonWRAPPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public CommonMvVector(CommonMvVector other) : this(commonWRAPPINVOKE.new_CommonMvVector__SWIG_1(CommonMvVector.getCPtr(other)), true) { if (commonWRAPPINVOKE.SWIGPendingException.Pending) { throw commonWRAPPINVOKE.SWIGPendingException.Retrieve(); } }
internal static HandleRef getCPtr(CommonMvVector obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
public CommonMvVector getMvL0() { CommonMvVector ret = new CommonMvVector(commonWRAPPINVOKE.CommonMbH264_getMvL0(swigCPtr), true); return(ret); }