Ejemplo n.º 1
0
 public SdfPathListOpVector(SdfPathListOpVector other) : this(UsdCsPINVOKE.new_SdfPathListOpVector__SWIG_1(SdfPathListOpVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public SdfPathListOpVectorEnumerator(SdfPathListOpVector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Ejemplo n.º 3
0
 public void SetRange(int index, SdfPathListOpVector values)
 {
     UsdCsPINVOKE.SdfPathListOpVector_SetRange(swigCPtr, index, SdfPathListOpVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 4
0
        public static SdfPathListOpVector Repeat(SdfPathListOp value, int count)
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.SdfPathListOpVector_Repeat(SdfPathListOp.getCPtr(value), count);
            SdfPathListOpVector   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SdfPathListOpVector(cPtr, true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 5
0
        public SdfPathListOpVector GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.SdfPathListOpVector_GetRange(swigCPtr, index, count);
            SdfPathListOpVector   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SdfPathListOpVector(cPtr, true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SdfPathListOpVector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }