Esempio n. 1
0
 public void SetRange(int index, IntMatList values)
 {
     LandmarkDetectorPINVOKE.IntMatList_SetRange(swigCPtr, index, IntMatList.getCPtr(values));
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public IntMatList(IntMatList other) : this(LandmarkDetectorPINVOKE.new_IntMatList__SWIG_1(IntMatList.getCPtr(other)), true)
 {
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }