public vector_FPParamDescEnumerator(vector_FPParamDesc collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public vector_FPParamDesc(vector_FPParamDesc other) : this(VisionLabPINVOKE.new_vector_FPParamDesc__SWIG_1(vector_FPParamDesc.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 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 void SetRange(int index, vector_FPParamDesc values)
 {
     VisionLabPINVOKE.vector_FPParamDesc_SetRange(swigCPtr, index, vector_FPParamDesc.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public static vector_FPParamDesc Repeat(FPParamDesc value, int count)
    {
        IntPtr             cPtr = VisionLabPINVOKE.vector_FPParamDesc_Repeat(FPParamDesc.getCPtr(value), count);
        vector_FPParamDesc ret  = (cPtr == IntPtr.Zero) ? null : new vector_FPParamDesc(cPtr, true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public vector_FPParamDesc GetRange(int index, int count)
    {
        IntPtr             cPtr = VisionLabPINVOKE.vector_FPParamDesc_GetRange(swigCPtr, index, count);
        vector_FPParamDesc ret  = (cPtr == IntPtr.Zero) ? null : new vector_FPParamDesc(cPtr, true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public static vector_FPParamDesc StrToFPParamDescTab(string str) {
   vector_FPParamDesc ret = new vector_FPParamDesc(VisionLabPINVOKE.StrToFPParamDescTab(str), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static string FPParamDescTabToStr(vector_FPParamDesc v) {
   string ret = VisionLabPINVOKE.FPParamDescTabToStr(vector_FPParamDesc.getCPtr(v));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(vector_FPParamDesc obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 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(vector_FPParamDesc obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }