Esempio n. 1
0
 public void Insert(int index, SWIGTYPE_p_cv__Rect_T_double_t x)
 {
     LandmarkDetectorPINVOKE.CVDoubleRectList_Insert(swigCPtr, index, SWIGTYPE_p_cv__Rect_T_double_t.getCPtr(x));
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }