Ejemplo n.º 1
0
 public void swap(UsdStagePopulationMask other)
 {
     UsdCsPINVOKE.UsdStagePopulationMask_swap(swigCPtr, UsdStagePopulationMask.getCPtr(other));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
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);
        }
Ejemplo n.º 3
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);
        }
Ejemplo n.º 4
0
 public UsdStagePopulationMask(UsdStagePopulationMask arg0) : this(UsdCsPINVOKE.new_UsdStagePopulationMask__SWIG_1(UsdStagePopulationMask.getCPtr(arg0)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 5
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);
        }