Beispiel #1
0
 public GfVec4h(GfVec4f other) : this(UsdCsPINVOKE.new_GfVec4h__SWIG_5(GfVec4f.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public GfMatrix4f(GfVec4f v) : this(UsdCsPINVOKE.new_GfMatrix4f__SWIG_3(GfVec4f.getCPtr(v)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 public VtValue(GfVec4f obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_19(GfVec4f.getCPtr(obj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #4
0
 public void SetColumn(int i, GfVec4f v)
 {
     UsdCsPINVOKE.GfMatrix4f_SetColumn(swigCPtr, i, GfVec4f.getCPtr(v));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #5
0
 public void push_back(GfVec4f elem)
 {
     UsdCsPINVOKE.VtVec4fArray_push_back(swigCPtr, GfVec4f.getCPtr(elem));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #6
0
 protected void SetValue(int index, GfVec4f value)
 {
     UsdCsPINVOKE.VtVec4fArray_SetValue(swigCPtr, index, GfVec4f.getCPtr(value));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #7
0
 public void assign(uint n, GfVec4f fill)
 {
     UsdCsPINVOKE.VtVec4fArray_assign(swigCPtr, n, GfVec4f.getCPtr(fill));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #8
0
        public static bool Equals(GfVec4f lhs, GfVec4f rhs)
        {
            bool ret = UsdCsPINVOKE.GfVec4f_Equals(GfVec4f.getCPtr(lhs), GfVec4f.getCPtr(rhs));

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

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

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #11
0
        public GfMatrix4f SetDiagonal(GfVec4f arg0)
        {
            GfMatrix4f ret = new GfMatrix4f(UsdCsPINVOKE.GfMatrix4f_SetDiagonal__SWIG_1(swigCPtr, GfVec4f.getCPtr(arg0)), false);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #12
0
 public VtVec4fArray(uint n, GfVec4f value) : this(UsdCsPINVOKE.new_VtVec4fArray__SWIG_4(n, GfVec4f.getCPtr(value)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #13
0
 public VtVec4fArray(Vt_ArrayForeignDataSource foreignSrc, GfVec4f data, uint size) : this(UsdCsPINVOKE.new_VtVec4fArray__SWIG_2(Vt_ArrayForeignDataSource.getCPtr(foreignSrc), GfVec4f.getCPtr(data), size), true)
 {
 }