public NumComplexFloatImage(NumComplexFloatImage image) : this(VisionLabPINVOKE.new_NumComplexFloatImage__SWIG_3(NumComplexFloatImage.getCPtr(image)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void Resize(HeightWidth hw, NumComplexFloatImage properties) { VisionLabPINVOKE.NumComplexFloatImage_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), NumComplexFloatImage.getCPtr(properties)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public bool Not(NumComplexFloatImage image) { bool ret = VisionLabPINVOKE.NumComplexFloatImage_Not(swigCPtr, NumComplexFloatImage.getCPtr(image)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public NumComplexFloatImage Assign_Op(SWIGTYPE_p_std__complexT_float_t pixel) { NumComplexFloatImage ret = new NumComplexFloatImage(VisionLabPINVOKE.NumComplexFloatImage_Assign_Op__SWIG_1(swigCPtr, SWIGTYPE_p_std__complexT_float_t.getCPtr(pixel)), false); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public NumComplexFloatImage Assign_Op(NumComplexFloatImage image) { NumComplexFloatImage ret = new NumComplexFloatImage(VisionLabPINVOKE.NumComplexFloatImage_Assign_Op__SWIG_0(swigCPtr, NumComplexFloatImage.getCPtr(image)), false); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static HandleRef getCPtr(NumComplexFloatImage obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }