Exemplo n.º 1
0
 public Matrix_3x3s(Matrix_3x3s other) : this(msclPINVOKE.new_Matrix_3x3s__SWIG_1(Matrix_3x3s.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public Matrix_3x3sEnumerator(Matrix_3x3s collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Exemplo n.º 3
0
 public void SetRange(int index, Matrix_3x3s values)
 {
     msclPINVOKE.Matrix_3x3s_SetRange(swigCPtr, index, Matrix_3x3s.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 4
0
 public void AddRange(Matrix_3x3s values)
 {
     msclPINVOKE.Matrix_3x3s_AddRange(swigCPtr, Matrix_3x3s.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 5
0
        public static Matrix_3x3s Repeat(Matrix_3x3 value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.Matrix_3x3s_Repeat(Matrix_3x3.getCPtr(value), count);
            Matrix_3x3s           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new Matrix_3x3s(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 6
0
        public Matrix_3x3s GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.Matrix_3x3s_GetRange(swigCPtr, index, count);
            Matrix_3x3s           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new Matrix_3x3s(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Matrix_3x3s obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }