Beispiel #1
0
 public void ComposeOperations(SdfUIntListOp stronger, SdfListOpType op)
 {
     UsdCsPINVOKE.SdfUIntListOp_ComposeOperations(swigCPtr, SdfUIntListOp.getCPtr(stronger), (int)op);
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public void SetItems(StdUIntVector items, SdfListOpType type)
 {
     UsdCsPINVOKE.SdfUIntListOp_SetItems(swigCPtr, StdUIntVector.getCPtr(items), (int)type);
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
        public bool ReplaceOperations(SdfListOpType op, uint index, uint n, StdUIntVector newItems)
        {
            bool ret = UsdCsPINVOKE.SdfUIntListOp_ReplaceOperations(swigCPtr, (int)op, index, n, StdUIntVector.getCPtr(newItems));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #4
0
        public StdUIntVector GetItems(SdfListOpType type)
        {
            StdUIntVector ret = new StdUIntVector(UsdCsPINVOKE.SdfUIntListOp_GetItems(swigCPtr, (int)type), false);

            return(ret);
        }
        public StdUnregisteredValueVector GetItems(SdfListOpType type)
        {
            StdUnregisteredValueVector ret = new StdUnregisteredValueVector(UsdCsPINVOKE.SdfUnregisteredValueListOp_GetItems(swigCPtr, (int)type), false);

            return(ret);
        }
        public TfTokenVector GetItems(SdfListOpType type)
        {
            TfTokenVector ret = new TfTokenVector(UsdCsPINVOKE.SdfTokenListOp_GetItems(swigCPtr, (int)type), false);

            return(ret);
        }
Beispiel #7
0
        public UsdGeomLongVector GetItems(SdfListOpType type)
        {
            UsdGeomLongVector ret = new UsdGeomLongVector(UsdCsPINVOKE.SdfInt64ListOp_GetItems(swigCPtr, (int)type), false);

            return(ret);
        }
Beispiel #8
0
        public SdfPathVector GetItems(SdfListOpType type)
        {
            SdfPathVector ret = new SdfPathVector(UsdCsPINVOKE.SdfPathListOp_GetItems(swigCPtr, (int)type), false);

            return(ret);
        }