コード例 #1
0
        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);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FeatureLocationResultWrapper obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }