public void SetRange(int index, IntMatList2N values) { LandmarkDetectorPINVOKE.IntMatList2N_SetRange(swigCPtr, index, IntMatList2N.getCPtr(values)); if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending) { throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve(); } }
public IntMatList2N(IntMatList2N other) : this(LandmarkDetectorPINVOKE.new_IntMatList2N__SWIG_1(IntMatList2N.getCPtr(other)), true) { if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending) { throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve(); } }