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); }
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(); } }
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); }