Exemple #1
0
 public void SetRange(int index, Std2DVecf values)
 {
     eogmaneoPINVOKE.Std2DVecf_SetRange(swigCPtr, index, Std2DVecf.getCPtr(values));
     if (eogmaneoPINVOKE.SWIGPendingException.Pending)
     {
         throw eogmaneoPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public Std2DVecf(Std2DVecf other) : this(eogmaneoPINVOKE.new_Std2DVecf__SWIG_1(Std2DVecf.getCPtr(other)), true)
 {
     if (eogmaneoPINVOKE.SWIGPendingException.Pending)
     {
         throw eogmaneoPINVOKE.SWIGPendingException.Retrieve();
     }
 }