public static UsdObjectVector ComputeIncludedObjects(SWIGTYPE_p_UsdCollectionMembershipQuery query, UsdStageWeakPtr stage)
        {
            UsdObjectVector ret = new UsdObjectVector(UsdCsPINVOKE.UsdCollectionAPI_ComputeIncludedObjects(SWIGTYPE_p_UsdCollectionMembershipQuery.getCPtr(query), UsdStageWeakPtr.getCPtr(stage)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public static SWIGTYPE_p_std__setT_SdfPath_t ComputeIncludedPaths(SWIGTYPE_p_UsdCollectionMembershipQuery query, UsdStageWeakPtr stage)
        {
            SWIGTYPE_p_std__setT_SdfPath_t ret = new SWIGTYPE_p_std__setT_SdfPath_t(UsdCsPINVOKE.UsdCollectionAPI_ComputeIncludedPaths__SWIG_1(SWIGTYPE_p_UsdCollectionMembershipQuery.getCPtr(query), UsdStageWeakPtr.getCPtr(stage)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_UsdCollectionMembershipQuery obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public void ComputeMembershipQuery(SWIGTYPE_p_UsdCollectionMembershipQuery query)
 {
     UsdCsPINVOKE.UsdCollectionAPI_ComputeMembershipQuery__SWIG_1(swigCPtr, SWIGTYPE_p_UsdCollectionMembershipQuery.getCPtr(query));
 }
        public SWIGTYPE_p_UsdCollectionMembershipQuery ComputeMembershipQuery()
        {
            SWIGTYPE_p_UsdCollectionMembershipQuery ret = new SWIGTYPE_p_UsdCollectionMembershipQuery(UsdCsPINVOKE.UsdCollectionAPI_ComputeMembershipQuery__SWIG_0(swigCPtr), true);

            return(ret);
        }