Exemple #1
0
 public Std2DVecf(Std2DVecf other) : this(eogmaneoPINVOKE.new_Std2DVecf__SWIG_1(Std2DVecf.getCPtr(other)), true)
 {
     if (eogmaneoPINVOKE.SWIGPendingException.Pending)
     {
         throw eogmaneoPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public Std2DVecfEnumerator(Std2DVecf collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Exemple #3
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 #4
0
        public static Std2DVecf Repeat(StdVecf value, int count)
        {
            global::System.IntPtr cPtr = eogmaneoPINVOKE.Std2DVecf_Repeat(StdVecf.getCPtr(value), count);
            Std2DVecf             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new Std2DVecf(cPtr, true);

            if (eogmaneoPINVOKE.SWIGPendingException.Pending)
            {
                throw eogmaneoPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #5
0
        public Std2DVecf GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = eogmaneoPINVOKE.Std2DVecf_GetRange(swigCPtr, index, count);
            Std2DVecf             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new Std2DVecf(cPtr, true);

            if (eogmaneoPINVOKE.SWIGPendingException.Pending)
            {
                throw eogmaneoPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Std2DVecf obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }