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