public void SetRange(int index, UsdGeomLongVector values)
 {
     UsdCsPINVOKE.UsdGeomLongVector_SetRange(swigCPtr, index, UsdGeomLongVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public void SetItems(UsdGeomLongVector items, SdfListOpType type)
 {
     UsdCsPINVOKE.SdfInt64ListOp_SetItems(swigCPtr, UsdGeomLongVector.getCPtr(items), (int)type);
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
 public void SetOrderedItems(UsdGeomLongVector items)
 {
     UsdCsPINVOKE.SdfInt64ListOp_SetOrderedItems(swigCPtr, UsdGeomLongVector.getCPtr(items));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public UsdGeomLongVector(UsdGeomLongVector other) : this(UsdCsPINVOKE.new_UsdGeomLongVector__SWIG_1(UsdGeomLongVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #5
0
        public bool ReplaceOperations(SdfListOpType op, uint index, uint n, UsdGeomLongVector newItems)
        {
            bool ret = UsdCsPINVOKE.SdfInt64ListOp_ReplaceOperations(swigCPtr, (int)op, index, n, UsdGeomLongVector.getCPtr(newItems));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public static SdfInt64ListOp Create(UsdGeomLongVector prependedItems)
        {
            SdfInt64ListOp ret = new SdfInt64ListOp(UsdCsPINVOKE.SdfInt64ListOp_Create__SWIG_2(UsdGeomLongVector.getCPtr(prependedItems)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }