コード例 #1
0
ファイル: IntMatList2N.cs プロジェクト: zjmsky/SharpFace
 public void SetRange(int index, IntMatList2N values)
 {
     LandmarkDetectorPINVOKE.IntMatList2N_SetRange(swigCPtr, index, IntMatList2N.getCPtr(values));
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: IntMatList2N.cs プロジェクト: zjmsky/SharpFace
 public IntMatList2N(IntMatList2N other) : this(LandmarkDetectorPINVOKE.new_IntMatList2N__SWIG_1(IntMatList2N.getCPtr(other)), true)
 {
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }