示例#1
0
 public void SetRange(int index, FloatList2N values)
 {
     LandmarkDetectorPINVOKE.FloatList2N_SetRange(swigCPtr, index, FloatList2N.getCPtr(values));
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public FloatList2N(FloatList2N other) : this(LandmarkDetectorPINVOKE.new_FloatList2N__SWIG_1(FloatList2N.getCPtr(other)), true)
 {
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }