public GenAlgFP(vector_FPParamDesc tab, FitnessAllCmd cmd, int populationSize) : this(VisionLabPINVOKE.new_GenAlgFP__SWIG_6(vector_FPParamDesc.getCPtr(tab), FitnessAllCmd.getCPtr(cmd), populationSize), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public GenAlgFP(vector_FPParamDesc tab, FitnessAllCmd cmd) : this(VisionLabPINVOKE.new_GenAlgFP__SWIG_7(vector_FPParamDesc.getCPtr(tab), FitnessAllCmd.getCPtr(cmd)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); }
public GenAlgFP(vector_FPParamDesc tab, FitnessAllCmd cmd, int populationSize, int trace) : this(VisionLabPINVOKE.new_GenAlgFP__SWIG_5(vector_FPParamDesc.getCPtr(tab), FitnessAllCmd.getCPtr(cmd), populationSize, trace), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FitnessAllCmd obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
internal static HandleRef getCPtr(FitnessAllCmd obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
internal static HandleRef getCPtr(FitnessAllCmd obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }