public bool Not(Mask_Int16 mask) { bool ret = VisionLabPINVOKE.Mask_Int16_Not(swigCPtr, Mask_Int16.getCPtr(mask)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public Mask_Int16(Mask_Int16 mask) : this(VisionLabPINVOKE.new_Mask_Int16__SWIG_1(Mask_Int16.getCPtr(mask)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public Mask_Int16 Assign_Op(Mask_Int16 mask) { Mask_Int16 ret = new Mask_Int16(VisionLabPINVOKE.Mask_Int16_Assign_Op(swigCPtr, Mask_Int16.getCPtr(mask)), false); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }