Example #1
0
 public void Insert(int index, CVPoint2DPair x)
 {
     LandmarkDetectorPINVOKE.CVPoint2DPairList_Insert(swigCPtr, index, CVPoint2DPair.getCPtr(x));
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }