Home
last modified time | relevance | path

Searched refs:Set_Value (Results 251 – 275 of 999) sorted by relevance

1...<<11121314151617181920>>...40

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_regression/
H A Dgw_regression_grid.cpp135 Parameters("SEARCH_RANGE" )->Set_Value(1); in CGW_Regression_Grid()
136 Parameters("SEARCH_POINTS_ALL")->Set_Value(1); in CGW_Regression_Grid()
316 pResidual->Set_Value(0, zShape); in Set_Residuals()
317 pResidual->Set_Value(1, zRegression); in Set_Residuals()
318 pResidual->Set_Value(2, zShape - zRegression); in Set_Residuals()
H A Dgwr_grid_downscaling.cpp299 m_pQuality->Set_Value(x, y, Model.Get_R2()); in Get_Model()
301 m_pModel[m_nPredictors]->Set_Value(x, y, Model[0]); // intercept in Get_Model()
305 m_pModel[i]->Set_Value(x, y, Model[i + 1]); in Get_Model()
383 m_pResiduals->Set_Value(x, y, m_pDependent->asDouble(x, y) - Value); in Get_Model()
456 pRegression->Set_Value(x, y, Value); in Set_Model()
460 pReg_ResCorr->Set_Value(x, y, Value + Residual); in Set_Model()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_hydrology/
H A Dflow_accumulation_mp.cpp286 m_Flow[i].Set_Value(x, y, 1.); in Set_D8()
307 m_Flow[i[0] % 8].Set_Value(x, y, 1 - d); in Set_Dinf()
308 m_Flow[i[1] % 8].Set_Value(x, y, d); in Set_Dinf()
348 m_Flow[i].Set_Value(x, y, dz[i] / dzSum); in Set_MFD()
389 m_pFlow->Set_Value(x, y, Flow); in Get_Flow()
H A DLakeFlood.cpp168 pOdepth->Set_Value(it->x, it->y, it->z - pElev->asDouble(it->x, it->y)); in On_Execute()
169 pOlevel->Set_Value(it->x, it->y, it->z); in On_Execute()
187 pOdepth->Set_Value(ix, iy, it->z - pElev->asDouble(ix, iy)); in On_Execute()
188 pOlevel->Set_Value(ix, iy, it->z); in On_Execute()
H A DSlopeLength.cpp98 m_Slope .Set_Value(x, y, Slope); in On_Execute()
99 m_pLength->Set_Value(x, y, 0.0); in On_Execute()
149 m_pLength->Set_Value(ix, iy, Length); in Get_Length()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/simulation/sim_ecosystems_hugget/
H A DHugget_01.cpp153 pRecord->Set_Value(0, iStep);\
154 pRecord->Set_Value(1, iStep * dTime);\
155 pRecord->Set_Value(2, C);
/dports/devel/matreshka/matreshka-0.7.0/source/league/
H A Dmatreshka-internals-settings-fallbacks.adb135 overriding procedure Set_Value subprogram
140 Self.Storages.First_Element.Set_Value (Key, Value);
141 end Set_Value;
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_gridding/
H A DInterpolation.cpp200 m_pGrid->Set_Value(x, y, z); in _Interpolate()
330 pResidual->Set_Value(0, pPoint->asDouble(m_zField)); in _Get_Cross_Validation()
331 pResidual->Set_Value(1, z); in _Get_Cross_Validation()
332 pResidual->Set_Value(2, pPoint->asDouble(m_zField) - z); in _Get_Cross_Validation()
420 pR->Set_Value(0, name);\ in _Get_Cross_Validation()
421 pR->Set_Value(1, value);\ in _Get_Cross_Validation()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/climate/climate_tools/
H A Dtemperature_lapse_rates.cpp170 if( pLapse ) pLapse ->Set_Value(x, y, TExtreme); in On_Execute()
171 if( pTExtreme ) pTExtreme->Set_Value(x, y, pTground->Get_Grid(iExtreme)->asDouble(x, y)); in On_Execute()
172 if( pTime ) pTime ->Set_Value(x, y, iExtreme); in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_lines/
H A Dline_properties.cpp162 if( bParts >= 0 ) pLine->Set_Value(bParts , pLine->Get_Part_Count()); in On_Execute()
163 if( bPoints >= 0 ) pLine->Set_Value(bPoints, pLine->Get_Point_Count()); in On_Execute()
164 if( bLength >= 0 ) pLine->Set_Value(bLength, ((CSG_Shape_Line *)pLine)->Get_Length()); in On_Execute()
H A Dline_crossings.cpp214 pCrossing->Set_Value(Offset++, pLine->asDouble(i)); in Set_Attributes()
218 pCrossing->Set_Value(Offset++, pLine->asString(i)); in Set_Attributes()
232 pCrossing->Set_Value(Offset++, pA->Get_Index()); in Set_Crossing()
233 pCrossing->Set_Value(Offset++, pB->Get_Index()); in Set_Crossing()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_grid/
H A Dmultiband_variation.cpp176 m_Mask.Set_Value(x, y, bNoData ? 0 : 1); in On_Execute()
245 if( m_pDiff ) m_pDiff->Set_Value(x, y, sqrt(Distance)); in Get_Variation()
250 if( m_pMean ) m_pMean ->Set_Value(x, y, s.Get_Mean()); in Get_Variation()
251 if( m_pStdDev ) m_pStdDev->Set_Value(x, y, s.Get_StdDev()); in Get_Variation()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/develop/dev_exercises/
H A DExercise_03.cpp183 m_pOutput->Set_Value(x, y, c); in Method_01()
225 m_pOutput->Set_Value(x, y, c); in Method_02()
265 m_pOutput->Set_Value(x, y, c); in Method_03()
303 m_pOutput->Set_Value(x, y, c); in Method_04()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_tools/
H A Dlocal_statistical_measures.cpp250 m_pContrast ->Set_Value(x, y, s.Get_Mean() ? (z - s.Get_Mean()) / s.Get_Mean() : 0.0); // Weber in Get_Measure()
252 m_pEnergy ->Set_Value(x, y, Energy ); in Get_Measure()
253 m_pEntropy ->Set_Value(x, y, Entropy ); in Get_Measure()
254 m_pVariance ->Set_Value(x, y, s.Get_Variance()); in Get_Measure()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_lighting/
H A DSolarRadiation.cpp819 m_pDuration->Set_Value(x, y, dHour); in Get_Insolation()
829 m_pSunrise->Set_Value(x, y, Hour); in Get_Insolation()
834 m_pSunset->Set_Value(x, y, Hour); in Get_Insolation()
1095 m_Slope .Set_Value(x, y, s); in Get_Slope_Gradient()
1096 m_Aspect.Set_Value(x, y, a); in Get_Slope_Gradient()
1226 m_Shade.Set_Value(ix, iy, 1); in Set_Shade()
1234 m_Shade.Set_Value(xx, iy, 1); in Set_Shade()
1244 m_Shade.Set_Value(ix, yy, 1); in Set_Shade()
1282 m_Shade.Set_Value(ix, iy, 1); in Set_Shade_Bended()
1290 m_Shade.Set_Value(xx, iy, 1); in Set_Shade_Bended()
[all …]
H A DSolarRadiationYear.cpp175 pGrids->Get_Attributes(iStep).Set_Value("ID" , 1 + iStep); in On_Execute()
176 pGrids->Get_Attributes(iStep).Set_Value("DayOfYear", Date.Get_DayOfYear()); in On_Execute()
177 pGrids->Get_Attributes(iStep).Set_Value("Date" , Date.Format_ISODate()); in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_analysis/
H A Dsoil_water_capacity.cpp209 a[j].Set_Value(i, s_Coefficients[i][j]); in CSoil_Water_Capacity()
381 … if( pFC ) pFC ->Set_Value(x, y, z, Scale * van_Genuchten(psi_FC , alpha, n, theta_s, theta_r)); in Get_HodnettTomasella()
382 … if( pPWP ) pPWP->Set_Value(x, y, z, Scale * van_Genuchten(psi_PWP, alpha, n, theta_s, theta_r)); in Get_HodnettTomasella()
383 if( pT_s ) pT_s->Set_Value(x, y, z, Scale * theta_s); in Get_HodnettTomasella()
447 if( pFC ) pFC ->Set_Value(x, y, Scale * van_Genuchten(psi_FC , alpha, n, theta_s, theta_r)); in Get_HodnettTomasella()
448 if( pPWP ) pPWP->Set_Value(x, y, Scale * van_Genuchten(psi_PWP, alpha, n, theta_s, theta_r)); in Get_HodnettTomasella()
449 if( pT_s ) pT_s->Set_Value(x, y, Scale * theta_s); in Get_HodnettTomasella()
585 if( pFC ) pFC ->Set_Value(x, y, z, Scale * FC ); in Get_Toth()
586 if( pPWP ) pPWP->Set_Value(x, y, z, Scale * PWP); in Get_Toth()
635 if( pFC ) pFC ->Set_Value(x, y, Scale * FC ); in Get_Toth()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/docs/docs_pdf/
H A DShapes_Summary.cpp137 pRecord->Set_Value(0, pTable->Get_Field_Name(i)); in AddClassSummaryPage()
138 pRecord->Set_Value(1, pTable->Get_Record(iClass)->asDouble(i)); in AddClassSummaryPage()
505 pRecord->Set_Value(0,sName.c_str()); in Summarize()
506 pRecord->Set_Value(1,m_pCount[i]); in Summarize()
541 pRecord->Set_Value(iField, pSum[j]); in Summarize()
544 pRecord->Set_Value(iField, pSum[j] / (float) m_pCount[j]); in Summarize()
548 pRecord->Set_Value(iField, pVar[j] / (float) m_pCount[j] - fMean * fMean); in Summarize()
551 pRecord->Set_Value(iField, pMin[j]); in Summarize()
554 pRecord->Set_Value(iField, pMax[j]); in Summarize()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/simulation/sim_rivflow/
H A DRivCourseImpr.cpp152 m_pDTM->Set_Value( iX, iY, setVal ); in On_Execute_Position()
155 m_pDTM->Set_Value( iX, iY, minVal ); in On_Execute_Position()
161 m_pDTM->Set_Value( iX, iY, dValue - m_pDiffH ); in On_Execute_Position()
/dports/devel/matreshka/matreshka-0.7.0/source/web/tools/wsdl2ada/
H A Dwsdl-debug.adb216 Attributes.Set_Value (Name_Attribute, Node.Local_Name);
217 Attributes.Set_Value (Type_Attribute, Node.Binding_Type);
262 Attributes.Set_Value
280 Attributes.Set_Value (Name_Attribute, Node.Local_Name);
283 Attributes.Set_Value (Address_Attribute, Node.Address);
302 Attributes.Set_Value (Name_Attribute, Node.Local_Name);
337 Attributes.Set_Value (Name_Attribute, Node.Local_Name);
354 Attributes.Set_Value (Name_Attribute, Node.Local_Name);
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/simulation/sim_hydrology/
H A Dtimed_flow_accumulation.cpp298 m_pFlow->Set_Value(x, y, Flow * dFlow ); in On_Execute()
299 m_pAccu->Set_Value(x, y, Flow * (1. - dFlow)); in On_Execute()
300 m_pTime->Set_Value(x, y, m_Time); in On_Execute()
304 m_pAccu->Set_Value(x, y, 0.); in On_Execute()
305 m_pTime->Set_Value(x, y, Time); in On_Execute()
311 pVelocity->Set_Value(x, y, Get_Velocity(x, y)); in On_Execute()
461 m_pConc->Set_Value(ix, iy, Time); in Add_Flow()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/pointcloud/pointcloud_tools/
H A Dpc_cut.cpp454 Parameters("AOISHAPE")->Set_Value(m_pAOI); in On_Execute()
466 sParms("OUTLINE_COLOR") ->Set_Value((int)SG_GET_RGB(180, 0, 0)); // outline color in On_Execute()
467 sParms("DISPLAY_BRUSH") ->Set_Value(1); // fillstyle transparent in On_Execute()
528 pParameters->Get_Parameter("XMIN")->Set_Value(r.Get_XMin()); in On_Execute_Position()
529 pParameters->Get_Parameter("XMAX")->Set_Value(r.Get_XMax()); in On_Execute_Position()
530 pParameters->Get_Parameter("YMIN")->Set_Value(r.Get_YMin()); in On_Execute_Position()
531 pParameters->Get_Parameter("YMAX")->Set_Value(r.Get_YMax()); in On_Execute_Position()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_morphometry/
H A Druggedness.cpp184 m_pTRI->Set_Value(x, y, sqrt(s / n)); in Set_Index()
303 m_X.Set_Value(x, y, aspect < 0. ? 0. : sin(slope) * sin(aspect)); in On_Execute()
304 m_Y.Set_Value(x, y, aspect < 0. ? 0. : sin(slope) * cos(aspect)); in On_Execute()
305 m_Z.Set_Value(x, y, cos(slope)); in On_Execute()
361 m_pVRM->Set_Value(x, y, 1. - sqrt(sx*sx + sy*sy + sz*sz) / n); in Set_Index()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_tools/
H A DGraticuleBuilder.cpp261 pLine->Set_Value(0, pGraticule->Get_Count()); in On_Execute()
273 pLine->Set_Value(0, pGraticule->Get_Count()); in On_Execute()
300 pRect->Set_Value(0, pGraticule->Get_Count()); in On_Execute()
301 pRect->Set_Value(1, 1 + y); in On_Execute()
302 pRect->Set_Value(2, 1 + x); in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_tools/
H A DGrid_Tiling.cpp203 pParameters->Get_Parameter("NX" )->Set_Value(System.Get_NX() / 2); in On_Parameter_Changed()
204 pParameters->Get_Parameter("NY" )->Set_Value(System.Get_NX() / 2); in On_Parameter_Changed()
208 pParameters->Get_Parameter("DCELL" )->Set_Value(System.Get_Cellsize()); in On_Parameter_Changed()
209 pParameters->Get_Parameter("DX" )->Set_Value(System.Get_XRange() / 2.0); in On_Parameter_Changed()
210 pParameters->Get_Parameter("DY" )->Set_Value(System.Get_YRange() / 2.0); in On_Parameter_Changed()

1...<<11121314151617181920>>...40