示例#1
0
 public VtValue(GfQuath obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_10(GfQuath.getCPtr(obj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public GfQuatf(GfQuath other) : this(UsdCsPINVOKE.new_GfQuatf__SWIG_5(GfQuath.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
 public void push_back(GfQuath elem)
 {
     UsdCsPINVOKE.VtQuathArray_push_back(swigCPtr, GfQuath.getCPtr(elem));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#4
0
 protected void SetValue(int index, GfQuath value)
 {
     UsdCsPINVOKE.VtQuathArray_SetValue(swigCPtr, index, GfQuath.getCPtr(value));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#5
0
 public void assign(uint n, GfQuath fill)
 {
     UsdCsPINVOKE.VtQuathArray_assign(swigCPtr, n, GfQuath.getCPtr(fill));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#6
0
        public static bool Equals(GfQuath lhs, GfQuath rhs)
        {
            bool ret = UsdCsPINVOKE.GfQuath_Equals(GfQuath.getCPtr(lhs), GfQuath.getCPtr(rhs));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#7
0
 public VtQuathArray(uint n, GfQuath value) : this(UsdCsPINVOKE.new_VtQuathArray__SWIG_4(n, GfQuath.getCPtr(value)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#8
0
 public VtQuathArray(Vt_ArrayForeignDataSource foreignSrc, GfQuath data, uint size) : this(UsdCsPINVOKE.new_VtQuathArray__SWIG_2(Vt_ArrayForeignDataSource.getCPtr(foreignSrc), GfQuath.getCPtr(data), size), true)
 {
 }