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