private CVPoint2DPair getitemcopy(int index) { CVPoint2DPair ret = new CVPoint2DPair(LandmarkDetectorPINVOKE.CVPoint2DPairList_getitemcopy(swigCPtr, index), true); if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending) { throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }