public void SetExtraDiscoveryPlugins(TfTypeVector pluginTypes) { UsdCsPINVOKE.NdrRegistry_SetExtraDiscoveryPlugins__SWIG_1(swigCPtr, TfTypeVector.getCPtr(pluginTypes)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetRange(int index, TfTypeVector values) { UsdCsPINVOKE.TfTypeVector_SetRange(swigCPtr, index, TfTypeVector.getCPtr(values)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public void GetAllAncestorTypes(TfTypeVector result) { UsdCsPINVOKE.TfType_GetAllAncestorTypes(swigCPtr, TfTypeVector.getCPtr(result)); }
public TfTypeVector(TfTypeVector other) : this(UsdCsPINVOKE.new_TfTypeVector__SWIG_1(TfTypeVector.getCPtr(other)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }