public UsdPropertyVector(UsdPropertyVector other) : this(UsdCsPINVOKE.new_UsdPropertyVector__SWIG_1(UsdPropertyVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public UsdPropertyVectorEnumerator(UsdPropertyVector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public void SetRange(int index, UsdPropertyVector values)
 {
     UsdCsPINVOKE.UsdPropertyVector_SetRange(swigCPtr, index, UsdPropertyVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #4
0
        public UsdPropertyVector GetAuthoredPropertiesInNamespace(string namespaces)
        {
            UsdPropertyVector ret = new UsdPropertyVector(UsdCsPINVOKE.UsdPrim_GetAuthoredPropertiesInNamespace__SWIG_1(swigCPtr, namespaces), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #5
0
        public UsdPropertyVector GetPropertiesInNamespace(StdStringVector namespaces)
        {
            UsdPropertyVector ret = new UsdPropertyVector(UsdCsPINVOKE.UsdPrim_GetPropertiesInNamespace__SWIG_0(swigCPtr, StdStringVector.getCPtr(namespaces)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #6
0
        public UsdPropertyVector GetAuthoredProperties(SWIGTYPE_p_std__functionT_bool_fTfToken_const_RF_t predicate)
        {
            UsdPropertyVector ret = new UsdPropertyVector(UsdCsPINVOKE.UsdPrim_GetAuthoredProperties__SWIG_0(swigCPtr, SWIGTYPE_p_std__functionT_bool_fTfToken_const_RF_t.getCPtr(predicate)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #7
0
        public UsdPropertyVector GetRiAttributes(string nameSpace)
        {
            UsdPropertyVector ret = new UsdPropertyVector(UsdCsPINVOKE.UsdRiStatementsAPI_GetRiAttributes__SWIG_0(swigCPtr, nameSpace), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public static UsdPropertyVector Repeat(UsdProperty value, int count)
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.UsdPropertyVector_Repeat(UsdProperty.getCPtr(value), count);
            UsdPropertyVector     ret  = (cPtr == global::System.IntPtr.Zero) ? null : new UsdPropertyVector(cPtr, true);

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

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #10
0
        public UsdPropertyVector GetAuthoredProperties()
        {
            UsdPropertyVector ret = new UsdPropertyVector(UsdCsPINVOKE.UsdPrim_GetAuthoredProperties__SWIG_1(swigCPtr), true);

            return(ret);
        }
Example #11
0
        public UsdPropertyVector GetRiAttributes()
        {
            UsdPropertyVector ret = new UsdPropertyVector(UsdCsPINVOKE.UsdRiStatementsAPI_GetRiAttributes__SWIG_1(swigCPtr), true);

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