Exemple #1
0
        public SWIGTYPE_p_PcpDynamicFileFormatDependencyData GetDynamicFileFormatArgumentDependencyData(SdfPath primIndexPath)
        {
            SWIGTYPE_p_PcpDynamicFileFormatDependencyData ret = new SWIGTYPE_p_PcpDynamicFileFormatDependencyData(UsdCsPINVOKE.PcpCache_GetDynamicFileFormatArgumentDependencyData(swigCPtr, SdfPath.getCPtr(primIndexPath)), false);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_PcpDynamicFileFormatDependencyData obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }