public void SetRange(int index, StdStringVector values)
 {
     UsdCsPINVOKE.StdStringVector_SetRange(swigCPtr, index, StdStringVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public void SetOrderedItems(StdStringVector items)
 {
     UsdCsPINVOKE.SdfStringListOp_SetOrderedItems(swigCPtr, StdStringVector.getCPtr(items));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 public void EraseValueAtPath(StdStringVector keyPath)
 {
     UsdCsPINVOKE.VtDictionary_EraseValueAtPath__SWIG_2(swigCPtr, StdStringVector.getCPtr(keyPath));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #4
0
 public void RequestLayerMuting(StdStringVector layersToMute, StdStringVector layersToUnmute)
 {
     UsdCsPINVOKE.PcpCache_RequestLayerMuting__SWIG_1(swigCPtr, StdStringVector.getCPtr(layersToMute), StdStringVector.getCPtr(layersToUnmute));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #5
0
 public void SetItems(StdStringVector items, SdfListOpType type)
 {
     UsdCsPINVOKE.SdfStringListOp_SetItems(swigCPtr, StdStringVector.getCPtr(items), (int)type);
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #6
0
        public static string JoinIdentifier(StdStringVector names)
        {
            string ret = UsdCsPINVOKE.SdfPath_JoinIdentifier__SWIG_0(StdStringVector.getCPtr(names));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #7
0
        public bool SetNestedDisplayGroups(StdStringVector nestedGroups)
        {
            bool ret = UsdCsPINVOKE.UsdProperty_SetNestedDisplayGroups(swigCPtr, StdStringVector.getCPtr(nestedGroups));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 public StdStringVector(StdStringVector other) : this(UsdCsPINVOKE.new_StdStringVector__SWIG_1(StdStringVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #9
0
        public UsdRelationship CreateRelationship(StdStringVector nameElts)
        {
            UsdRelationship ret = new UsdRelationship(UsdCsPINVOKE.UsdPrim_CreateRelationship__SWIG_3(swigCPtr, StdStringVector.getCPtr(nameElts)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #10
0
        public UsdAttribute CreateAttribute(StdStringVector nameElts, SdfValueTypeName typeName)
        {
            UsdAttribute ret = new UsdAttribute(UsdCsPINVOKE.UsdPrim_CreateAttribute__SWIG_7(swigCPtr, StdStringVector.getCPtr(nameElts), SdfValueTypeName.getCPtr(typeName)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #11
0
        public UsdPropertyVector GetAuthoredPropertiesInNamespace(StdStringVector namespaces)
        {
            UsdPropertyVector ret = new UsdPropertyVector(UsdCsPINVOKE.UsdPrim_GetAuthoredPropertiesInNamespace__SWIG_0(swigCPtr, StdStringVector.getCPtr(namespaces)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #12
0
        public SWIGTYPE_p_TfDeclarePtrsT_PlugPlugin_t__PtrVector RegisterPlugins(StdStringVector pathsToPlugInfo)
        {
            SWIGTYPE_p_TfDeclarePtrsT_PlugPlugin_t__PtrVector ret = new SWIGTYPE_p_TfDeclarePtrsT_PlugPlugin_t__PtrVector(UsdCsPINVOKE.PlugRegistry_RegisterPlugins__SWIG_1(swigCPtr, StdStringVector.getCPtr(pathsToPlugInfo)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public static SdfStringListOp Create(StdStringVector prependedItems)
        {
            SdfStringListOp ret = new SdfStringListOp(UsdCsPINVOKE.SdfStringListOp_Create__SWIG_2(StdStringVector.getCPtr(prependedItems)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public static SdfStringListOp CreateExplicit(StdStringVector explicitItems)
        {
            SdfStringListOp ret = new SdfStringListOp(UsdCsPINVOKE.SdfStringListOp_CreateExplicit__SWIG_0(StdStringVector.getCPtr(explicitItems)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #15
0
        public VtValue GetValueAtPath(StdStringVector keyPath)
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.VtDictionary_GetValueAtPath__SWIG_2(swigCPtr, StdStringVector.getCPtr(keyPath));
            VtValue ret = (cPtr == global::System.IntPtr.Zero) ? null : new VtValue(cPtr, false);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #16
0
        public bool ReplaceOperations(SdfListOpType op, uint index, uint n, StdStringVector newItems)
        {
            bool ret = UsdCsPINVOKE.SdfStringListOp_ReplaceOperations(swigCPtr, (int)op, index, n, StdStringVector.getCPtr(newItems));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #17
0
        public bool GetNames(StdStringVector names)
        {
            bool ret = UsdCsPINVOKE.UsdVariantSets_GetNames__SWIG_0(swigCPtr, StdStringVector.getCPtr(names));

            return(ret);
        }