예제 #1
0
 public void Add(SWIGTYPE_p_cv__Point2d x)
 {
     LandmarkDetectorPINVOKE.CVPoint2DList_Add(swigCPtr, SWIGTYPE_p_cv__Point2d.getCPtr(x));
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }