public FeatureLocationResultWrapper get_feature_location_result(string label_file_path, string test_result_file_path, StringIntMap label_dict, IntVector indexs)
        {
            FeatureLocationResultWrapper ret = new FeatureLocationResultWrapper(csharpaidiclientPINVOKE.AidiCalculation_get_feature_location_result(swigCPtr, label_file_path, test_result_file_path, StringIntMap.getCPtr(label_dict), IntVector.getCPtr(indexs)), true);

            if (csharpaidiclientPINVOKE.SWIGPendingException.Pending)
            {
                throw csharpaidiclientPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
 public StringIntMap(StringIntMap other) : this(csharpaidiclientPINVOKE.new_StringIntMap__SWIG_1(StringIntMap.getCPtr(other)), true)
 {
     if (csharpaidiclientPINVOKE.SWIGPendingException.Pending)
     {
         throw csharpaidiclientPINVOKE.SWIGPendingException.Retrieve();
     }
 }