示例#1
0
        public SdfPath GetConnectionPathForMapper(SWIGTYPE_p_SdfMapperSpecHandle mapper)
        {
            SdfPath ret = new SdfPath(UsdCsPINVOKE.SdfAttributeSpec_GetConnectionPathForMapper(swigCPtr, SWIGTYPE_p_SdfMapperSpecHandle.getCPtr(mapper)), true);

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