Exemple #1
0
    public bool Not(Mask_Float mask)
    {
        bool ret = VisionLabPINVOKE.Mask_Float_Not(swigCPtr, Mask_Float.getCPtr(mask));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemple #2
0
 public Mask_Float(Mask_Float mask) : this(VisionLabPINVOKE.new_Mask_Float__SWIG_1(Mask_Float.getCPtr(mask)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
    public Mask_Float Assign_Op(Mask_Float mask)
    {
        Mask_Float ret = new Mask_Float(VisionLabPINVOKE.Mask_Float_Assign_Op(swigCPtr, Mask_Float.getCPtr(mask)), false);

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