Exemple #1
0
 public SdfPropertySpecHandleVector(SdfPropertySpecHandleVector other) : this(UsdCsPINVOKE.new_SdfPropertySpecHandleVector__SWIG_1(SdfPropertySpecHandleVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public SdfPropertySpecHandleVectorEnumerator(SdfPropertySpecHandleVector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public void SetProperties(SdfPropertySpecHandleVector arg0)
 {
     UsdCsPINVOKE.SdfPrimSpec_SetProperties(swigCPtr, SdfPropertySpecHandleVector.getCPtr(arg0));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #4
0
 public void SetRange(int index, SdfPropertySpecHandleVector values)
 {
     UsdCsPINVOKE.SdfPropertySpecHandleVector_SetRange(swigCPtr, index, SdfPropertySpecHandleVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #5
0
        public SdfPropertySpecHandleVector GetPropertyStack(UsdTimeCode time)
        {
            SdfPropertySpecHandleVector ret = new SdfPropertySpecHandleVector(UsdCsPINVOKE.UsdProperty_GetPropertyStack__SWIG_0(swigCPtr, UsdTimeCode.getCPtr(time)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #6
0
        public static SdfPropertySpecHandleVector Repeat(SdfPropertySpecHandle value, int count)
        {
            global::System.IntPtr       cPtr = UsdCsPINVOKE.SdfPropertySpecHandleVector_Repeat(SdfPropertySpecHandle.getCPtr(value), count);
            SdfPropertySpecHandleVector ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SdfPropertySpecHandleVector(cPtr, true);

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

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #8
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SdfPropertySpecHandleVector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #9
0
        public SdfPropertySpecHandleVector GetPropertyStack()
        {
            SdfPropertySpecHandleVector ret = new SdfPropertySpecHandleVector(UsdCsPINVOKE.UsdProperty_GetPropertyStack__SWIG_1(swigCPtr), true);

            return(ret);
        }