예제 #1
0
 public void SetRange(int index, FloatList3N values)
 {
     LandmarkDetectorPINVOKE.FloatList3N_SetRange(swigCPtr, index, FloatList3N.getCPtr(values));
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public FloatList3N(FloatList3N other) : this(LandmarkDetectorPINVOKE.new_FloatList3N__SWIG_1(FloatList3N.getCPtr(other)), true)
 {
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }