Esempio n. 1
0
    public bool IsEqual_Op(Mask_Int32 mask)
    {
        bool ret = VisionLabPINVOKE.Mask_Int32_IsEqual_Op(swigCPtr, Mask_Int32.getCPtr(mask));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 2
0
 public Mask_Int32(Mask_Int32 mask) : this(VisionLabPINVOKE.new_Mask_Int32__SWIG_1(Mask_Int32.getCPtr(mask)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
    public Mask_Int32 Assign_Op(Mask_Int32 mask)
    {
        Mask_Int32 ret = new Mask_Int32(VisionLabPINVOKE.Mask_Int32_Assign_Op(swigCPtr, Mask_Int32.getCPtr(mask)), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }