internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__vectorT_UsdShadeInput_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
        public SWIGTYPE_p_std__vectorT_UsdShadeInput_t GetInputs()
        {
            SWIGTYPE_p_std__vectorT_UsdShadeInput_t ret = new SWIGTYPE_p_std__vectorT_UsdShadeInput_t(UsdCsPINVOKE.UsdShadeConnectableAPI_GetInputs(swigCPtr), true);

            return(ret);
        }
        public SWIGTYPE_p_std__vectorT_UsdShadeInput_t GetInterfaceInputs()
        {
            SWIGTYPE_p_std__vectorT_UsdShadeInput_t ret = new SWIGTYPE_p_std__vectorT_UsdShadeInput_t(UsdCsPINVOKE.UsdShadeNodeGraph_GetInterfaceInputs(swigCPtr), true);

            return(ret);
        }