Exemple #1
0
 public void SetRange(int index, DoubleMatList2N values)
 {
     LandmarkDetectorPINVOKE.DoubleMatList2N_SetRange(swigCPtr, index, DoubleMatList2N.getCPtr(values));
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public DoubleMatList2N(DoubleMatList2N other) : this(LandmarkDetectorPINVOKE.new_DoubleMatList2N__SWIG_1(DoubleMatList2N.getCPtr(other)), true)
 {
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }