public SdfPathPair(SdfPathPair p) : this(UsdCsPINVOKE.new_SdfPathPair__SWIG_2(SdfPathPair.getCPtr(p)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
            public SdfPathPair RemoveCommonSuffix(SdfPath otherPath)
            {
                SdfPathPair ret = new SdfPathPair(UsdCsPINVOKE.SdfPathAncestorsRange_iterator_RemoveCommonSuffix__SWIG_1(swigCPtr, SdfPath.getCPtr(otherPath)), true);

                if (UsdCsPINVOKE.SWIGPendingException.Pending)
                {
                    throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
                }
                return(ret);
            }
Exemple #3
0
        public SdfPathPair RemoveCommonSuffix(SdfPath otherPath, bool stopAtRootPrim)
        {
            SdfPathPair ret = new SdfPathPair(UsdCsPINVOKE.SdfPath_RemoveCommonSuffix__SWIG_0(swigCPtr, SdfPath.getCPtr(otherPath), stopAtRootPrim), true);

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