Beispiel #1
0
 public GfVec3i(GfVec3i other) : this(UsdCsPINVOKE.new_GfVec3i__SWIG_1(GfVec3i.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public VtValue(GfVec3i obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_18(GfVec3i.getCPtr(obj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 public void push_back(GfVec3i elem)
 {
     UsdCsPINVOKE.VtVec3iArray_push_back(swigCPtr, GfVec3i.getCPtr(elem));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #4
0
 protected void SetValue(int index, GfVec3i value)
 {
     UsdCsPINVOKE.VtVec3iArray_SetValue(swigCPtr, index, GfVec3i.getCPtr(value));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #5
0
 public void assign(uint n, GfVec3i fill)
 {
     UsdCsPINVOKE.VtVec3iArray_assign(swigCPtr, n, GfVec3i.getCPtr(fill));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #6
0
        public static bool Equals(GfVec3i lhs, GfVec3i rhs)
        {
            bool ret = UsdCsPINVOKE.GfVec3i_Equals(GfVec3i.getCPtr(lhs), GfVec3i.getCPtr(rhs));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #7
0
        public GfVec3i GetComplement(GfVec3i b)
        {
            GfVec3i ret = new GfVec3i(UsdCsPINVOKE.GfVec3i_GetComplement(swigCPtr, GfVec3i.getCPtr(b)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #8
0
        public GfVec3i GetProjection(GfVec3i v)
        {
            GfVec3i ret = new GfVec3i(UsdCsPINVOKE.GfVec3i_GetProjection(swigCPtr, GfVec3i.getCPtr(v)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #9
0
 public VtVec3iArray(uint n, GfVec3i value) : this(UsdCsPINVOKE.new_VtVec3iArray__SWIG_4(n, GfVec3i.getCPtr(value)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #10
0
 public VtVec3iArray(Vt_ArrayForeignDataSource foreignSrc, GfVec3i data, uint size) : this(UsdCsPINVOKE.new_VtVec3iArray__SWIG_2(Vt_ArrayForeignDataSource.getCPtr(foreignSrc), GfVec3i.getCPtr(data), size), true)
 {
 }