public SdfUInt64ListOpVector(SdfUInt64ListOpVector other) : this(UsdCsPINVOKE.new_SdfUInt64ListOpVector__SWIG_1(SdfUInt64ListOpVector.getCPtr(other)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public SdfUInt64ListOpVectorEnumerator(SdfUInt64ListOpVector collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void SetRange(int index, SdfUInt64ListOpVector values) { UsdCsPINVOKE.SdfUInt64ListOpVector_SetRange(swigCPtr, index, SdfUInt64ListOpVector.getCPtr(values)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public static SdfUInt64ListOpVector Repeat(SdfUInt64ListOp value, int count) { global::System.IntPtr cPtr = UsdCsPINVOKE.SdfUInt64ListOpVector_Repeat(SdfUInt64ListOp.getCPtr(value), count); SdfUInt64ListOpVector ret = (cPtr == global::System.IntPtr.Zero) ? null : new SdfUInt64ListOpVector(cPtr, true); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public SdfUInt64ListOpVector GetRange(int index, int count) { global::System.IntPtr cPtr = UsdCsPINVOKE.SdfUInt64ListOpVector_GetRange(swigCPtr, index, count); SdfUInt64ListOpVector ret = (cPtr == global::System.IntPtr.Zero) ? null : new SdfUInt64ListOpVector(cPtr, true); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SdfUInt64ListOpVector obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }