public StdStringVector(StdStringVector other) : this(UsdCsPINVOKE.new_StdStringVector__SWIG_1(StdStringVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public StdStringVectorEnumerator(StdStringVector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
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 SetOrderedItems(StdStringVector items)
 {
     UsdCsPINVOKE.SdfStringListOp_SetOrderedItems(swigCPtr, StdStringVector.getCPtr(items));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void SetRange(int index, StdStringVector values)
 {
     UsdCsPINVOKE.StdStringVector_SetRange(swigCPtr, index, StdStringVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #7
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 #8
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 #9
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 #10
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 #11
0
        public StdStringVector GetVariantNames(string name)
        {
            StdStringVector ret = new StdStringVector(UsdCsPINVOKE.SdfPrimSpec_GetVariantNames(swigCPtr, name), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #12
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);
        }
Beispiel #13
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);
        }
Beispiel #14
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 #15
0
        public static StdStringVector TokenizeIdentifier(string name)
        {
            StdStringVector ret = new StdStringVector(UsdCsPINVOKE.SdfPath_TokenizeIdentifier(name), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #16
0
        public StdStringVector GetAliases(TfType derivedType)
        {
            StdStringVector ret = new StdStringVector(UsdCsPINVOKE.TfType_GetAliases(swigCPtr, TfType.getCPtr(derivedType)), 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);
        }
        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);
        }
Beispiel #19
0
        public StdStringVector GetNodeNames(TfToken family)
        {
            StdStringVector ret = new StdStringVector(UsdCsPINVOKE.NdrRegistry_GetNodeNames__SWIG_0(swigCPtr, TfToken.getCPtr(family)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #20
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 #21
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);
        }
        public static StdStringVector Repeat(string value, int count)
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.StdStringVector_Repeat(value, count);
            StdStringVector       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new StdStringVector(cPtr, true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public StdStringVector GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.StdStringVector_GetRange(swigCPtr, index, count);
            StdStringVector       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new StdStringVector(cPtr, true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #24
0
        public StdStringVector GetAppendedItems()
        {
            StdStringVector ret = new StdStringVector(UsdCsPINVOKE.SdfStringListOp_GetAppendedItems(swigCPtr), false);

            return(ret);
        }
Beispiel #25
0
        public StdStringVector SplitName()
        {
            StdStringVector ret = new StdStringVector(UsdCsPINVOKE.UsdProperty_SplitName(swigCPtr), true);

            return(ret);
        }
Beispiel #26
0
        public StdStringVector GetItems(SdfListOpType type)
        {
            StdStringVector ret = new StdStringVector(UsdCsPINVOKE.SdfStringListOp_GetItems(swigCPtr, (int)type), false);

            return(ret);
        }
        public StdStringVector SplitName()
        {
            StdStringVector ret = new StdStringVector(UsdCsPINVOKE.UsdGeomPrimvar_SplitName(swigCPtr), true);

            return(ret);
        }
Beispiel #28
0
        public StdStringVector GetSearchURIs()
        {
            StdStringVector ret = new StdStringVector(UsdCsPINVOKE.NdrRegistry_GetSearchURIs(swigCPtr), true);

            return(ret);
        }
Beispiel #29
0
        public StdStringVector GetNodeNames()
        {
            StdStringVector ret = new StdStringVector(UsdCsPINVOKE.NdrRegistry_GetNodeNames__SWIG_1(swigCPtr), true);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(StdStringVector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }