public static bool ValidateJointIndices(SWIGTYPE_p_TfSpanT_int_const_t indices, uint numJoints)
        {
            bool ret = UsdCsPINVOKE.UsdSkelBindingAPI_ValidateJointIndices__SWIG_1(SWIGTYPE_p_TfSpanT_int_const_t.getCPtr(indices), numJoints);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #2
0
        public static bool ValidatePointIndices(SWIGTYPE_p_TfSpanT_int_const_t indices, uint numPoints, /*cstype*/ out string reason)
        {
            bool ret = UsdCsPINVOKE.UsdSkelBlendShape_ValidatePointIndices__SWIG_0(SWIGTYPE_p_TfSpanT_int_const_t.getCPtr(indices), numPoints, out reason);

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