예제 #1
0
 public void ReloadReferences(SWIGTYPE_p_PcpChanges changes, SdfPath primPath)
 {
     UsdCsPINVOKE.PcpCache_ReloadReferences(swigCPtr, SWIGTYPE_p_PcpChanges.getCPtr(changes), SdfPath.getCPtr(primPath));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public void Reload(SWIGTYPE_p_PcpChanges changes)
 {
     UsdCsPINVOKE.PcpCache_Reload(swigCPtr, SWIGTYPE_p_PcpChanges.getCPtr(changes));
 }
예제 #3
0
 public void RequestLayerMuting(StdStringVector layersToMute, StdStringVector layersToUnmute, SWIGTYPE_p_PcpChanges changes)
 {
     UsdCsPINVOKE.PcpCache_RequestLayerMuting__SWIG_0(swigCPtr, StdStringVector.getCPtr(layersToMute), StdStringVector.getCPtr(layersToUnmute), SWIGTYPE_p_PcpChanges.getCPtr(changes));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #4
0
 public void RequestPayloads(SWIGTYPE_p_std__setT_SdfPath_t pathsToInclude, SWIGTYPE_p_std__setT_SdfPath_t pathsToExclude, SWIGTYPE_p_PcpChanges changes)
 {
     UsdCsPINVOKE.PcpCache_RequestPayloads__SWIG_0(swigCPtr, SWIGTYPE_p_std__setT_SdfPath_t.getCPtr(pathsToInclude), SWIGTYPE_p_std__setT_SdfPath_t.getCPtr(pathsToExclude), SWIGTYPE_p_PcpChanges.getCPtr(changes));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #5
0
 public void SetVariantFallbacks(SWIGTYPE_p_std__mapT_std__string_std__vectorT_std__string_t_std__lessT_std__string_t_t map, SWIGTYPE_p_PcpChanges changes)
 {
     UsdCsPINVOKE.PcpCache_SetVariantFallbacks__SWIG_0(swigCPtr, SWIGTYPE_p_std__mapT_std__string_std__vectorT_std__string_t_std__lessT_std__string_t_t.getCPtr(map), SWIGTYPE_p_PcpChanges.getCPtr(changes));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_PcpChanges obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }