public UsdShadeOutputVector(UsdShadeOutputVector other) : this(UsdCsPINVOKE.new_UsdShadeOutputVector__SWIG_1(UsdShadeOutputVector.getCPtr(other)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public UsdShadeOutputVectorEnumerator(UsdShadeOutputVector collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void SetRange(int index, UsdShadeOutputVector values) { UsdCsPINVOKE.UsdShadeOutputVector_SetRange(swigCPtr, index, UsdShadeOutputVector.getCPtr(values)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public static UsdShadeOutputVector Repeat(UsdShadeOutput value, int count) { global::System.IntPtr cPtr = UsdCsPINVOKE.UsdShadeOutputVector_Repeat(UsdShadeOutput.getCPtr(value), count); UsdShadeOutputVector ret = (cPtr == global::System.IntPtr.Zero) ? null : new UsdShadeOutputVector(cPtr, true); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public UsdShadeOutputVector GetRange(int index, int count) { global::System.IntPtr cPtr = UsdCsPINVOKE.UsdShadeOutputVector_GetRange(swigCPtr, index, count); UsdShadeOutputVector ret = (cPtr == global::System.IntPtr.Zero) ? null : new UsdShadeOutputVector(cPtr, true); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public UsdShadeOutputVector GetOutputs() { UsdShadeOutputVector ret = new UsdShadeOutputVector(UsdCsPINVOKE.UsdShadeShader_GetOutputs(swigCPtr), true); return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(UsdShadeOutputVector obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }