예제 #1
0
 public void InsertRange(int index, CVDoubleRectList values)
 {
     LandmarkDetectorPINVOKE.CVDoubleRectList_InsertRange(swigCPtr, index, CVDoubleRectList.getCPtr(values));
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }