public void SetTargetMarkers(SWIGTYPE_p_std__mapT_SdfPath_std__string_SdfPath__FastLessThan_t markers)
 {
     UsdCsPINVOKE.SdfRelationshipSpecHandle_SetTargetMarkers(swigCPtr, SWIGTYPE_p_std__mapT_SdfPath_std__string_SdfPath__FastLessThan_t.getCPtr(markers));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void SetConnectionMarkers(SWIGTYPE_p_std__mapT_SdfPath_std__string_SdfPath__FastLessThan_t markers)
 {
     UsdCsPINVOKE.SdfAttributeSpec_SetConnectionMarkers(swigCPtr, SWIGTYPE_p_std__mapT_SdfPath_std__string_SdfPath__FastLessThan_t.getCPtr(markers));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public SWIGTYPE_p_std__mapT_SdfPath_std__string_SdfPath__FastLessThan_t GetTargetMarkers()
        {
            SWIGTYPE_p_std__mapT_SdfPath_std__string_SdfPath__FastLessThan_t ret = new SWIGTYPE_p_std__mapT_SdfPath_std__string_SdfPath__FastLessThan_t(UsdCsPINVOKE.SdfRelationshipSpecHandle_GetTargetMarkers(swigCPtr), true);

            return(ret);
        }
Example #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__mapT_SdfPath_std__string_SdfPath__FastLessThan_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }