Esempio n. 1
0
 public UsdStagePopulationMask(UsdStagePopulationMask arg0) : this(UsdCsPINVOKE.new_UsdStagePopulationMask__SWIG_1(UsdStagePopulationMask.getCPtr(arg0)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public void swap(UsdStagePopulationMask other)
 {
     UsdCsPINVOKE.UsdStagePopulationMask_swap(swigCPtr, UsdStagePopulationMask.getCPtr(other));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
        public UsdStagePopulationMask GetUnion(SdfPath path)
        {
            UsdStagePopulationMask ret = new UsdStagePopulationMask(UsdCsPINVOKE.UsdStagePopulationMask_GetUnion__SWIG_1(swigCPtr, SdfPath.getCPtr(path)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 4
0
        public UsdStagePopulationMask GetUnion(UsdStagePopulationMask other)
        {
            UsdStagePopulationMask ret = new UsdStagePopulationMask(UsdCsPINVOKE.UsdStagePopulationMask_GetUnion__SWIG_0(swigCPtr, UsdStagePopulationMask.getCPtr(other)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 5
0
        public static UsdStagePopulationMask Union(UsdStagePopulationMask l, UsdStagePopulationMask r)
        {
            UsdStagePopulationMask ret = new UsdStagePopulationMask(UsdCsPINVOKE.UsdStagePopulationMask_Union(UsdStagePopulationMask.getCPtr(l), UsdStagePopulationMask.getCPtr(r)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 6
0
        public bool Includes(UsdStagePopulationMask other)
        {
            bool ret = UsdCsPINVOKE.UsdStagePopulationMask_Includes__SWIG_0(swigCPtr, UsdStagePopulationMask.getCPtr(other));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 7
0
        public UsdStagePopulationMask GetPopulationMask()
        {
            UsdStagePopulationMask ret = new UsdStagePopulationMask(UsdCsPINVOKE.UsdStageWeakPtr_GetPopulationMask(swigCPtr), true);

            return(ret);
        }
Esempio n. 8
0
        public static UsdStagePopulationMask All()
        {
            UsdStagePopulationMask ret = new UsdStagePopulationMask(UsdCsPINVOKE.UsdStagePopulationMask_All(), true);

            return(ret);
        }
Esempio n. 9
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(UsdStagePopulationMask obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }