コード例 #1
0
        public SWIGTYPE_p_std__vectorT_NdrNode_const_p_t GetNodesByFamily(TfToken family)
        {
            SWIGTYPE_p_std__vectorT_NdrNode_const_p_t ret = new SWIGTYPE_p_std__vectorT_NdrNode_const_p_t(UsdCsPINVOKE.NdrRegistry_GetNodesByFamily__SWIG_1(swigCPtr, TfToken.getCPtr(family)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
        public SWIGTYPE_p_std__vectorT_NdrNode_const_p_t GetNodesByIdentifier(TfToken identifier)
        {
            SWIGTYPE_p_std__vectorT_NdrNode_const_p_t ret = new SWIGTYPE_p_std__vectorT_NdrNode_const_p_t(UsdCsPINVOKE.NdrRegistry_GetNodesByIdentifier(swigCPtr, TfToken.getCPtr(identifier)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #3
0
        public SWIGTYPE_p_std__vectorT_NdrNode_const_p_t GetNodesByName(string name)
        {
            SWIGTYPE_p_std__vectorT_NdrNode_const_p_t ret = new SWIGTYPE_p_std__vectorT_NdrNode_const_p_t(UsdCsPINVOKE.NdrRegistry_GetNodesByName__SWIG_1(swigCPtr, name), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #4
0
        public SWIGTYPE_p_std__vectorT_NdrNode_const_p_t GetNodesByFamily()
        {
            SWIGTYPE_p_std__vectorT_NdrNode_const_p_t ret = new SWIGTYPE_p_std__vectorT_NdrNode_const_p_t(UsdCsPINVOKE.NdrRegistry_GetNodesByFamily__SWIG_2(swigCPtr), true);

            return(ret);
        }
コード例 #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__vectorT_NdrNode_const_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }