Пример #1
0
 public Mask_Int8(Mask_Int8 mask) : this(VisionLabPINVOKE.new_Mask_Int8__SWIG_1(Mask_Int8.getCPtr(mask)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
    public bool IsEqual_Op(Mask_Int8 mask)
    {
        bool ret = VisionLabPINVOKE.Mask_Int8_IsEqual_Op(swigCPtr, Mask_Int8.getCPtr(mask));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Пример #3
0
    public Mask_Int8 Assign_Op(Mask_Int8 mask)
    {
        Mask_Int8 ret = new Mask_Int8(VisionLabPINVOKE.Mask_Int8_Assign_Op(swigCPtr, Mask_Int8.getCPtr(mask)), false);

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