Esempio n. 1
0
 public CTransformVector(CTransformVector other) : this(SharpMochaPINVOKE.new_CTransformVector__SWIG_1(CTransformVector.getCPtr(other)), true)
 {
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public CTransformVectorEnumerator(CTransformVector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Esempio n. 3
0
 public void SetRange(int index, CTransformVector values)
 {
     SharpMochaPINVOKE.CTransformVector_SetRange(swigCPtr, index, CTransformVector.getCPtr(values));
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 4
0
        public static CTransformVector Repeat(CTransform value, int count)
        {
            global::System.IntPtr cPtr = SharpMochaPINVOKE.CTransformVector_Repeat(CTransform.getCPtr(value), count);
            CTransformVector      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new CTransformVector(cPtr, true);

            if (SharpMochaPINVOKE.SWIGPendingException.Pending)
            {
                throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 5
0
        public CTransformVector GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = SharpMochaPINVOKE.CTransformVector_GetRange(swigCPtr, index, count);
            CTransformVector      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new CTransformVector(cPtr, true);

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